diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 08:51:33 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-13 08:51:33 +0000 |
commit | 8624c912c228551331fafa4e1f7e6877484dbbe3 (patch) | |
tree | da7ea97fd7c43c9aa0729b6466fb5ab719291c64 /x11-fm/binder | |
parent | 3e73c145d612215a349e47d15678a395dfcaf052 (diff) | |
download | ports-8624c912c228551331fafa4e1f7e6877484dbbe3.tar.gz ports-8624c912c228551331fafa4e1f7e6877484dbbe3.zip |
Notes
Diffstat (limited to 'x11-fm/binder')
-rw-r--r-- | x11-fm/binder/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile index 9aa7f11414eb..dfc162f9848f 100644 --- a/x11-fm/binder/Makefile +++ b/x11-fm/binder/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= ${LANGPREFIX}binder +PORTNAME= binder PORTVERSION= 1.3 CATEGORIES= ${CATEGORY_LIST} MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ @@ -29,7 +29,6 @@ TKSTEPVERSION= 8.0 PIXMAPPATH?= ${PREFIX}/share/WindowMaker/Pixmaps LANGUAGE?= .if (${LANGUAGE} == "Japanese") -LANGPREFIX= ja- 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 |