diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-09 18:33:05 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-09 18:33:05 +0000 |
commit | e7a43e263338ffb9a29cab6f9baa25a40cc9050f (patch) | |
tree | 0fde8ac22dbe947ad27bcc00b77c74ee16968f97 /x11/xcolors | |
parent | c2308125f05c811bfcd356fd3edf578f02657ece (diff) | |
download | ports-e7a43e263338ffb9a29cab6f9baa25a40cc9050f.tar.gz ports-e7a43e263338ffb9a29cab6f9baa25a40cc9050f.zip |
Notes
Diffstat (limited to 'x11/xcolors')
-rw-r--r-- | x11/xcolors/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile index 5b77edf07551..e3e409c72105 100644 --- a/x11/xcolors/Makefile +++ b/x11/xcolors/Makefile @@ -7,7 +7,7 @@ PORTNAME= xcolors PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= markp @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Display all (ok, most of) the colors in the universe +RUN_DEPENDS= showrgb:${PORTSDIR}/x11/rgb + WRKSRC= ${WRKDIR}/xcolors USE_XORG= xaw xmu xt sm ice xpm xp xext x11 USE_IMAKE= yes |