diff options
author | krion <krion@FreeBSD.org> | 2004-03-19 07:03:09 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-19 07:03:09 +0800 |
commit | 1521769cda29e3e3a11cdee2e369dd8d2a8a92bd (patch) | |
tree | 728cd7c4166ac058088f23418239c6036dcf9332 /devel | |
parent | 5c8704c8525f1fa77aa3a83dec89affed5a14656 (diff) | |
download | freebsd-ports-gnome-1521769cda29e3e3a11cdee2e369dd8d2a8a92bd.tar.gz freebsd-ports-gnome-1521769cda29e3e3a11cdee2e369dd8d2a8a92bd.tar.zst freebsd-ports-gnome-1521769cda29e3e3a11cdee2e369dd8d2a8a92bd.zip |
- Cosmetic changes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libidn/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 34404f64f902..6c3f9726d7e9 100644 --- a/devel/libidn/Makefile +++ b/devel/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) |