diff options
author | alex <alex@FreeBSD.org> | 2000-07-14 21:28:58 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-14 21:28:58 +0800 |
commit | 076f0638ec151966fff48450ddda6c15608a8080 (patch) | |
tree | 2d2c05f2cb0a681b33e7537ae4a4a10a0e792e70 /misc | |
parent | d43fee4081447b8d9bab8f2ec2e2496def3cc436 (diff) | |
download | freebsd-ports-gnome-076f0638ec151966fff48450ddda6c15608a8080.tar.gz freebsd-ports-gnome-076f0638ec151966fff48450ddda6c15608a8080.tar.zst freebsd-ports-gnome-076f0638ec151966fff48450ddda6c15608a8080.zip |
Correct dependencies.
portlint one line while I'm here.
Noticed by: bento
Diffstat (limited to 'misc')
-rw-r--r-- | misc/seizedesktop/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/misc/seizedesktop/Makefile b/misc/seizedesktop/Makefile index ba394a7be03f..b2ff0c056fc4 100644 --- a/misc/seizedesktop/Makefile +++ b/misc/seizedesktop/Makefile @@ -10,12 +10,13 @@ PORTVERSION= 0.1a CATEGORIES+= misc windowmaker tkstep80 MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ DISTNAME= SeizeDesktop-${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 @@ -27,11 +28,11 @@ SCRIPTS_ENV= LANG=C LN=${LN} PERL=${PERL} LANGUAGE=${LANGUAGE} VERSION=${TKSTEPV TKSTEPVERSION= 8.0 LANGUAGE?= .if (${LANGUAGE} == "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 -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: |