diff options
author | mm <mm@FreeBSD.org> | 2007-08-16 14:26:48 +0000 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-16 14:26:48 +0000 |
commit | 7dfb5421c291f4a7b164ef888578f8e9d5f32a63 (patch) | |
tree | d6e58c98997e69c1266dcfb2602439758eeef746 | |
parent | 4443ef3fec2cfc65dc191f6c2f3fd684d2f9e021 (diff) | |
download | FreeBSD-ports-7dfb5421c291f4a7b164ef888578f8e9d5f32a63.zip FreeBSD-ports-7dfb5421c291f4a7b164ef888578f8e9d5f32a63.tar.gz |
- Replace USE_X_PREFIX with PREFIX?=${X11BASE}
- Bump PORTREVISION
-rw-r--r-- | archivers/deepforest/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index 8341926..3048f40 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -7,7 +7,7 @@ PORTNAME= deepforest PORTVERSION= 1.0a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= archivers windowmaker tkstep80 MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kiri @@ -20,9 +20,10 @@ COMMENT= A simple compress utilty using on JDE RUN_DEPENDS= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 LIB_DEPENDS= img.1:${PORTSDIR}/graphics/libimg-tkstep80 +PREFIX?= ${X11BASE} + NO_WRKSUBDIR= yes NO_BUILD= yes -USE_X_PREFIX= yes REINPLACE_ARGS= TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps |