diff options
author | krion <krion@FreeBSD.org> | 2004-03-18 23:03:09 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-18 23:03:09 +0000 |
commit | 1521769cda29e3e3a11cdee2e369dd8d2a8a92bd (patch) | |
tree | 728cd7c4166ac058088f23418239c6036dcf9332 | |
parent | 5c8704c8525f1fa77aa3a83dec89affed5a14656 (diff) | |
download | FreeBSD-ports-1521769cda29e3e3a11cdee2e369dd8d2a8a92bd.zip FreeBSD-ports-1521769cda29e3e3a11cdee2e369dd8d2a8a92bd.tar.gz |
- Cosmetic changes
-rw-r--r-- | devel/libidn/Makefile | 9 | ||||
-rw-r--r-- | dns/libidn/Makefile | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/devel/libidn/Makefile b/devel/libidn/Makefile index 34404f6..6c3f972 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) diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 34404f6..6c3f972 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) |