diff options
author | krion <krion@FreeBSD.org> | 2003-11-14 05:03:31 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-14 05:03:31 +0800 |
commit | 44a625abd4838d803ee62e683f20d8897ff02413 (patch) | |
tree | 9e096218e267f227a1dd2c2eeebb9a9e5649079b | |
parent | ab7f7f78f1b1d6222e23bddca733e9307cf5d0db (diff) | |
download | freebsd-ports-gnome-44a625abd4838d803ee62e683f20d8897ff02413.tar.gz freebsd-ports-gnome-44a625abd4838d803ee62e683f20d8897ff02413.tar.zst freebsd-ports-gnome-44a625abd4838d803ee62e683f20d8897ff02413.zip |
- Fix build on -current
Reported by: bento via kris
-rw-r--r-- | devel/libidn/Makefile | 1 | ||||
-rw-r--r-- | dns/libidn/Makefile | 1 |
2 files changed, 2 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} diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 9b38f20f206a..47b6978be9d2 100644 --- a/dns/libidn/Makefile +++ b/dns/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} |