diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 10:17:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 10:17:50 +0000 |
commit | c8bc32022d72d8092ca653a298cfa860f0cf9a21 (patch) | |
tree | f5924d815a3eccd55e7942ed8ad5e8940bb8e9c2 | |
parent | 76195cec5fc91fd7353d3252734c4662f7ef5636 (diff) |
Notes
-rw-r--r-- | devel/libmcs/Makefile | 1 | ||||
-rw-r--r-- | net-im/libyahoo2/Makefile | 3 | ||||
-rw-r--r-- | net/netembryo/Makefile | 4 | ||||
-rw-r--r-- | net/xboxproxy/Makefile | 1 |
4 files changed, 2 insertions, 7 deletions
diff --git a/devel/libmcs/Makefile b/devel/libmcs/Makefile index 87c942040d02..62df5570aa49 100644 --- a/devel/libmcs/Makefile +++ b/devel/libmcs/Makefile @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes USES= gmake pkgconfig -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGCONF} diff --git a/net-im/libyahoo2/Makefile b/net-im/libyahoo2/Makefile index 15b870409933..e26fc40aea70 100644 --- a/net-im/libyahoo2/Makefile +++ b/net-im/libyahoo2/Makefile @@ -12,10 +12,9 @@ COMMENT= A C library that handles the new Yahoo! Messenger protocol USE_AUTOTOOLS= libtool USE_BZIP2= yes USES= pathfix -USE_GNOME= glib20 gnomehack +USE_GNOME= glib20 USE_LDCONFIG= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-Wall -ansi -pedantic||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-g -Wall||g ; \ diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index 6ea98e592915..c0e325583a57 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -18,14 +18,12 @@ OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL USE_BZIP2= yes -USES= pathfix pkgconfig +USES= pathfix pkgconfig gmake USE_GNOME= glib20 -USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSSL} diff --git a/net/xboxproxy/Makefile b/net/xboxproxy/Makefile index d4d5cb65e60c..8c10f91e41bf 100644 --- a/net/xboxproxy/Makefile +++ b/net/xboxproxy/Makefile @@ -21,7 +21,6 @@ PLIST_FILES= bin/xboxproxy LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|libnet-config|${LIBNET_CONFIG}|g; \ |