diff options
author | kris <kris@FreeBSD.org> | 2004-05-21 16:49:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-21 16:49:21 +0800 |
commit | 7601ae6166637a996d9a62effd7a0f1a4735d8aa (patch) | |
tree | eeae4689aaf1d2ff00b1a022368aeff8c7b37161 /japanese | |
parent | 846f1c6f912b3280341ae0a811ef48689020992e (diff) | |
download | freebsd-ports-gnome-7601ae6166637a996d9a62effd7a0f1a4735d8aa.tar.gz freebsd-ports-gnome-7601ae6166637a996d9a62effd7a0f1a4735d8aa.tar.zst freebsd-ports-gnome-7601ae6166637a996d9a62effd7a0f1a4735d8aa.zip |
s/USE_PERL_BUILD/USE_PERL5_BUILD/
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/tkhonyaku/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/tkhonyaku/Makefile b/japanese/tkhonyaku/Makefile index 11f9f44e05a7..d718abdcfc6f 100644 --- a/japanese/tkhonyaku/Makefile +++ b/japanese/tkhonyaku/Makefile @@ -15,7 +15,7 @@ COMMENT= Yet another Honyaku-Damashii client with rich functionality RUN_DEPENDS= ${LOCALBASE}/bin/wish8.0jp:${PORTSDIR}/japanese/tk80 -USE_PERL_BUILD= yes +USE_PERL5_BUILD=yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} |