diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 18:17:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 18:17:50 +0800 |
commit | 32f9a64ac3d47c8f3974d2315f25f765334422bd (patch) | |
tree | f5924d815a3eccd55e7942ed8ad5e8940bb8e9c2 | |
parent | cdbf13c40964c51cd86f3bc266694234f5e130bd (diff) | |
download | freebsd-ports-graphics-32f9a64ac3d47c8f3974d2315f25f765334422bd.tar.gz freebsd-ports-graphics-32f9a64ac3d47c8f3974d2315f25f765334422bd.tar.zst freebsd-ports-graphics-32f9a64ac3d47c8f3974d2315f25f765334422bd.zip |
- Stage support
- Convert to USES
-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 87c942040d0..62df5570aa4 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 15b87040993..e26fc40aea7 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 6ea98e59291..c0e325583a5 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 d4d5cb65e60..8c10f91e41b 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; \ |