diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-13 21:03:31 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-13 21:03:31 +0000 |
commit | 0d76e65b558d665d99c31a11952e6908a5add5e2 (patch) | |
tree | bfb483dc795d284d72d05265d4851fa39e2c8649 /devel/libidn | |
parent | bb85388a8aa4840bebe3cc2b1183ffacec645e70 (diff) | |
download | ports-0d76e65b558d665d99c31a11952e6908a5add5e2.tar.gz ports-0d76e65b558d665d99c31a11952e6908a5add5e2.zip |
Notes
Diffstat (limited to 'devel/libidn')
-rw-r--r-- | devel/libidn/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 9b38f20f206a..47b6978be9d2 100644 --- a/devel/libidn/Makefile +++ b/devel/libidn/Makefile @@ -18,6 +18,7 @@ COMMENT= Internationalized Domain Names command line tool LIB_DEPENDS= iconv:${PORTSDIR}/converters/libiconv BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt +USE_PERL5_BUILD= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |