diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-18 23:03:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-18 23:03:09 +0000 |
commit | 7e6b0aeaaae780a3f34e5e1eb5bbc9a4aab81a12 (patch) | |
tree | c1ac045c7cbda0e37991ca3fce63ea70331aa5eb /dns | |
parent | 677820188c933c8ea8ba3a8348366a14982e5761 (diff) | |
download | ports-7e6b0aeaaae780a3f34e5e1eb5bbc9a4aab81a12.tar.gz ports-7e6b0aeaaae780a3f34e5e1eb5bbc9a4aab81a12.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libidn/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 34404f64f902..6c3f9726d7e9 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -21,15 +21,16 @@ BUILD_DEPENDS= gengetopt:${PORTSDIR}/devel/gengetopt USE_GETTEXT= yes USE_PERL5_BUILD= yes USE_LIBTOOL_VER= 13 +USE_GETOPT_LONG= yes +USE_GNOME= gnomehack +INSTALLS_SHLIB= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes -USE_GETOPT_LONG= yes -USE_GNOME= gnomehack -INFO= libidn CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +INFO= libidn + .if exists(${LOCALBASE}/bin/emacs) PLIST_SUB+= EMACS="" EMACSDIR=share/emacs .elif exists(${LOCALBASE}/bin/xemacs) |