diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-12 18:47:53 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-12 18:47:53 +0800 |
commit | ab7284198e5112e894880b50fe7bcc7d0a5182ac (patch) | |
tree | f44b01e55a56765546104c734b8200cf80b9726e /x11 | |
parent | 3562d8af569571a50021da049a599b53f13a5de3 (diff) | |
download | freebsd-ports-gnome-ab7284198e5112e894880b50fe7bcc7d0a5182ac.tar.gz freebsd-ports-gnome-ab7284198e5112e894880b50fe7bcc7d0a5182ac.tar.zst freebsd-ports-gnome-ab7284198e5112e894880b50fe7bcc7d0a5182ac.zip |
- Make port find rgb.txt
PR: 121247
Submitted by: Malcolm Kay <malcolm.kay@internode.on.net>
Approved by: miwi (mentor)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcolors/Makefile | 3 | ||||
-rw-r--r-- | x11/xcolors/files/patch-aa | 12 |
2 files changed, 12 insertions, 3 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index 6afc3bbdb013..f86cbf8345b9 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -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 diff --git a/x11/xcolors/files/patch-aa b/x11/xcolors/files/patch-aa index aaf8594fde6e..f4503402ba48 100644 --- a/x11/xcolors/files/patch-aa +++ b/x11/xcolors/files/patch-aa @@ -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 |