diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 13:27:07 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-07-14 13:27:07 +0000 |
commit | 6c045c856f968d3f763d9c82b82bfcc36fcca244 (patch) | |
tree | 81c2c8e7be7b9e94a78842619b424d5176b95aae /archivers/deepforest | |
parent | 02b13e21b7e277256fcf13aeea915322f4a7e3c1 (diff) |
Correct dependencies.
A small portlint while I'm here.
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=30622
Diffstat (limited to 'archivers/deepforest')
-rw-r--r-- | archivers/deepforest/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/archivers/deepforest/Makefile b/archivers/deepforest/Makefile index 992bc8569daa..6b513a4e6352 100644 --- a/archivers/deepforest/Makefile +++ b/archivers/deepforest/Makefile @@ -10,12 +10,13 @@ PORTVERSION= 1.0a CATEGORIES= ${CATEGORY_LIST} MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ DISTNAME= DeepForest-${PORTVERSION} +EXTRACT_ONLY= # extracted directly in install target MAINTAINER= kiri@pis.toba-cmt.ac.jp RUN_DEPENDS= ${RUN_DEP_LIST} +LIB_DEPENDS= ${LIB_DEP_LIST} -EXTRACT_ONLY= # extracted directly in install target NO_WRKSUBDIR= yes NO_BUILD= yes USE_X_PREFIX= yes @@ -30,12 +31,12 @@ PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= .if (${LANGUAGE} == "Japanese") CATEGORY_LIST= archivers windowmaker tkstep80 japanese -RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/japanese/libimg \ - ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 +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 -RUN_DEP_LIST= ${LOCALBASE}/lib/Img1.2/libimg12.so.1:${PORTSDIR}/graphics/libimg \ - ${LOCALBASE}/share/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 +RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 +LIB_DEP_LIST= img.1:${PORTSDIR}/graphics/libimg .endif do-install: |