diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-11-26 00:16:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-11-26 00:16:05 +0000 |
commit | 972ec3ffa3ada096964e1af594ecf5786f5912f7 (patch) | |
tree | 2bdc913a259cb8750e3a3b6864fe5ed1741b8238 /chinese | |
parent | 3de666fdb674463b2f84092c7f17c172b1b9faf3 (diff) | |
download | ports-972ec3ffa3ada096964e1af594ecf5786f5912f7.tar.gz ports-972ec3ffa3ada096964e1af594ecf5786f5912f7.zip |
Add USE_PERL_BUILD
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=71099
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/dictd-database/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chinese/dictd-database/Makefile b/chinese/dictd-database/Makefile index ec28e7819d9c..a2f5d091c7ae 100644 --- a/chinese/dictd-database/Makefile +++ b/chinese/dictd-database/Makefile @@ -17,6 +17,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/dictzip:${PORTSDIR}/chinese/dictd HAS_CONFIGURE= yes USE_GMAKE= yes +USE_PERL_BUILD= yes post-install: @${CAT} ${PKGMESSAGE} |