diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /graphics/pixmap | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'graphics/pixmap')
-rw-r--r-- | graphics/pixmap/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile index 9db582337bf5..6b7776b895c0 100644 --- a/graphics/pixmap/Makefile +++ b/graphics/pixmap/Makefile @@ -7,7 +7,7 @@ PORTNAME= pixmap PORTVERSION= 2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications/pixmap @@ -17,11 +17,13 @@ MAINTAINER= jmz@FreeBSD.org COMMENT= A pixmap editor based on XPM library # requires rgb.txt -BUILD_DEPENDS= xrdb:${X_CLIENTS_PORT} +BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb \ + showrgb:${PORTSDIR}/x11/rgb + WRKSRC= ${WRKDIR}/pixmap USE_IMAKE= yes -USE_XPM= yes +USE_XORG= xpm xbitmaps x11 xaw xmu xt sm ice xext MAN1= pixmap.1 CFLAGS+= -D_X_SENTINEL\(x\)= -D_X_ATTRIBUTE_PRINTF\(x,y\)= |