diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-04 06:40:08 +0000 |
commit | 55a61bb102ddfa5abe214bbb8b64409a317b0093 (patch) | |
tree | 40a989c1bd867e35ed527ba0d48f6b29b50d86f9 /archivers/deepforest | |
parent | 88b522839002b270987e86005386b6757926bb0a (diff) | |
download | ports-55a61bb102ddfa5abe214bbb8b64409a317b0093.tar.gz ports-55a61bb102ddfa5abe214bbb8b64409a317b0093.zip |
Notes
Diffstat (limited to 'archivers/deepforest')
-rw-r--r-- | archivers/deepforest/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index 6b513a4e6352..082592d82a1b 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -23,18 +23,18 @@ USE_X_PREFIX= yes SCRIPTS_ENV= LANG=C LN=${LN} PERL=${PERL} LANGUAGE=${LANGUAGE} VERSION=${TKSTEPVERSION} PLIST_SUB= PIXMAP_PATH=${PIXMAPPATH:S@^${PREFIX}/@@} -# This port is for both converters/deepforest and japanese/deepforest. -# But converters/deepforest and japanese/deepforest are mutually exclusive and +# This port is for both archivers/deepforest and japanese/deepforest. +# But archivers/deepforest and japanese/deepforest are mutually exclusive and # SHOULD NOT BE INSTALLED SIMULTANEOUSLY! TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= .if (${LANGUAGE} == "Japanese") -CATEGORY_LIST= archivers windowmaker tkstep80 japanese +CATEGORY_LIST= japanese windowmaker tkstep80 japanese RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 LIB_DEP_LIST= img.1:${PORTSDIR}/japanese/libimg .else -CATEGORY_LIST= converters windowmaker tkstep80 +CATEGORY_LIST= archivers windowmaker tkstep80 RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg .endif |