diff options
Diffstat (limited to 'net/netembryo/Makefile')
-rw-r--r-- | net/netembryo/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index c0e325583a57..3e032e60ca2f 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -3,6 +3,7 @@ PORTNAME= netembryo PORTVERSION= 0.1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://pkgs.fedoraproject.org/repo/pkgs/netembryo/netembryo-0.1.1.tar.bz2/d5a3c96b37fe3e4fb1c49df1f7a4a16f/ \ @@ -10,19 +11,19 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITE_SUBDIR= rakuco MAINTAINER= ports@FreeBSD.org -COMMENT= Network abstraction library used by for feng, libnemesi, felix +COMMENT= Network abstraction library LICENSE= LGPL21 OPTIONS_DEFINE= OPENSSL OPTIONS_DEFAULT=OPENSSL -USE_BZIP2= yes -USES= pathfix pkgconfig gmake +USES= gmake libtool pathfix pkgconfig tar:bzip2 USE_GNOME= glib20 -USE_AUTOTOOLS= libtool -CONFIGURE_ARGS= --disable-silent-rules USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-silent-rules +INSTALL_TARGET= install-strip .include <bsd.port.options.mk> @@ -35,8 +36,6 @@ CONFIGURE_ARGS+=--without-openssl .endif post-patch: - @${REINPLACE_CMD} -e \ - 's|^CPPFLAGS=|#CPPFLAGS| ; \ - s|freebsd[0-9]|freebsd|' ${WRKSRC}/configure + @${REINPLACE_CMD} '/_XOPEN_SOURCE/d' ${WRKSRC}/configure .include <bsd.port.mk> |