mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Make port find rgb.txt
PR: 121247 Submitted by: Malcolm Kay <malcolm.kay@internode.on.net> Approved by: miwi (mentor)
This commit is contained in:
parent
b74cff0e21
commit
fdd43a57df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208879
2 changed files with 12 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= xcolors
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= markp
|
||||
|
@ -17,6 +17,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Display all (ok, most of) the colors in the universe
|
||||
|
||||
WRKSRC= ${WRKDIR}/xcolors
|
||||
USE_XORG= xaw xmu xt sm ice xpm xp xext x11
|
||||
USE_IMAKE= yes
|
||||
MAN1= xcolors.1
|
||||
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
--- ./Imakefile.org Mon Jun 6 17:28:45 1994
|
||||
+++ ./Imakefile Sun Dec 22 16:28:05 1996
|
||||
--- Imakefile.orig 1994-06-07 02:28:45.000000000 +0200
|
||||
+++ Imakefile 2008-03-12 03:46:58.000000000 +0100
|
||||
@@ -1,6 +1,6 @@
|
||||
XCOMM $XConsortium: Imakefile,v 1.2 94/06/06 20:28:45 gildea Exp $
|
||||
|
||||
-RGBDBFILE = DefaultRGBDatabase
|
||||
+RGBDBFILE = $(LIBDIR)/rgb
|
||||
|
||||
DEPLIBS = XawClientDepLibs
|
||||
LOCAL_LIBRARIES = XawClientLibs
|
||||
@@ -8,12 +8,7 @@
|
||||
OBJS = xcolors.o
|
||||
SYS_LIBRARIES = -lm
|
||||
|
|
Loading…
Add table
Reference in a new issue