diff options
author | Steve Price <steve@FreeBSD.org> | 2000-08-08 02:40:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-08-08 02:40:59 +0000 |
commit | aa5054ebecfe3db85ccbdf93352941c872902b2b (patch) | |
tree | fd09a7184812c083043ee130b81aeff50c6c84a4 /x11-fm | |
parent | b99a5973fe4498eff6d8b0eabe5c6d8ebc98043d (diff) | |
download | ports-aa5054ebecfe3db85ccbdf93352941c872902b2b.tar.gz ports-aa5054ebecfe3db85ccbdf93352941c872902b2b.zip |
Notes
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 4437547a273f..cadbe1c541df 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 |