diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-08-16 14:26:48 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-08-16 14:26:48 +0000 |
commit | bce1c760247beda593eb5d3e4514388c86be2a8e (patch) | |
tree | 718d40392f742156169663dd70d5bc64f40d1080 | |
parent | 04202d01dacef1e2e408da191b87c5440a7fba66 (diff) | |
download | ports-bce1c760247beda593eb5d3e4514388c86be2a8e.tar.gz ports-bce1c760247beda593eb5d3e4514388c86be2a8e.zip |
Notes
-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 8341926e1d78..3048f402dbde 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 |