diff options
author | alex <alex@FreeBSD.org> | 2000-07-14 21:48:01 +0800 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 2000-07-14 21:48:01 +0800 |
commit | 2dc30c80fbbeda02d3abaf148b036daec253b5b1 (patch) | |
tree | 6ac64ea6d265520cdaa7eddcb0a51608a427e841 /x11-fm/binder/Makefile | |
parent | 076f0638ec151966fff48450ddda6c15608a8080 (diff) | |
download | freebsd-ports-graphics-2dc30c80fbbeda02d3abaf148b036daec253b5b1.tar.gz freebsd-ports-graphics-2dc30c80fbbeda02d3abaf148b036daec253b5b1.tar.zst freebsd-ports-graphics-2dc30c80fbbeda02d3abaf148b036daec253b5b1.zip |
Correct dependencies.
Noticed by: bento
Diffstat (limited to 'x11-fm/binder/Makefile')
-rw-r--r-- | x11-fm/binder/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile index dfc162f9848..4437547a273 100644 --- a/x11-fm/binder/Makefile +++ b/x11-fm/binder/Makefile @@ -10,12 +10,13 @@ PORTVERSION= 1.3 CATEGORIES= ${CATEGORY_LIST} MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ DISTNAME= Binder-${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= x11-fm 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= img1:${PORTSDIR}/japanese/libimg .else CATEGORY_LIST= x11-fm 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: |