diff options
author | steve <steve@FreeBSD.org> | 2000-08-08 02:40:59 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-08-08 02:40:59 +0000 |
commit | 9a91f6c4a9b435d4e9873aae83b045ddbd8c7d05 (patch) | |
tree | f7b90b5b041cfaf152130731a7c8fbb24c6118e3 /x11-fm | |
parent | ca16fb92082e3deedee72a5095c3f96d2921dbaa (diff) | |
download | FreeBSD-ports-9a91f6c4a9b435d4e9873aae83b045ddbd8c7d05.zip FreeBSD-ports-9a91f6c4a9b435d4e9873aae83b045ddbd8c7d05.tar.gz |
The LIB_DEPENDS on libimg should be img.1 for the ja-binder port.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/binder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile index 4437547..cadbe1c 100644 --- a/x11-fm/binder/Makefile +++ b/x11-fm/binder/Makefile @@ -32,7 +32,7 @@ LANGUAGE?= .if (${LANGUAGE} == "Japanese") CATEGORY_LIST= x11-fm windowmaker tkstep80 japanese RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0jp/tkstep.tcl:${PORTSDIR}/japanese/tkstep80 -LIB_DEP_LIST= img1:${PORTSDIR}/japanese/libimg +LIB_DEP_LIST= img.1:${PORTSDIR}/japanese/libimg .else CATEGORY_LIST= x11-fm windowmaker tkstep80 RUN_DEP_LIST= ${LOCALBASE}/lib/tkstep8.0/tkstep.tcl:${PORTSDIR}/x11-toolkits/tkstep80 |