diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 06:55:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 06:55:35 +0800 |
commit | 92809577665ba0d40bebda85127b4666c7805c40 (patch) | |
tree | 85b8d97678366dd56541bf70eea9030ba6364272 /net | |
parent | 8544cdaf0cbff618916cc0c3e7ff30336e8a3a22 (diff) | |
download | freebsd-ports-gnome-92809577665ba0d40bebda85127b4666c7805c40.tar.gz freebsd-ports-gnome-92809577665ba0d40bebda85127b4666c7805c40.tar.zst freebsd-ports-gnome-92809577665ba0d40bebda85127b4666c7805c40.zip |
Support stage
Diffstat (limited to 'net')
-rw-r--r-- | net/libgnetwork/Makefile | 12 | ||||
-rw-r--r-- | net/libgnetwork/pkg-plist | 1 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 0f8b41186bea..6717f32f9846 100644 --- a/net/libgnetwork/Makefile +++ b/net/libgnetwork/Makefile @@ -3,22 +3,21 @@ PORTNAME= libgnetwork PORTVERSION= 0.0.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A GLib-based networking wrapper +COMMENT= GLib-based networking wrapper -USE_AUTOTOOLS= libtool -USE_BZIP2= yes -USES= gettext gmake pkgconfig -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 +USES= gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2 +USE_GNOME= gnomeprefix intlhack gconf2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip #.if !defined(WITHOUT_SSL) #LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls @@ -27,7 +26,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+=--enable-ssl=no #.endif -NO_STAGE= yes #pre-everything:: # @${ECHO_MSG} "" # @${ECHO_MSG} "libgnetwork has the following configurable option(s):" diff --git a/net/libgnetwork/pkg-plist b/net/libgnetwork/pkg-plist index e2940e6b4854..55880ae58510 100644 --- a/net/libgnetwork/pkg-plist +++ b/net/libgnetwork/pkg-plist @@ -22,6 +22,7 @@ lib/libgnetwork-1.0.a lib/libgnetwork-1.0.la lib/libgnetwork-1.0.so lib/libgnetwork-1.0.so.0 +lib/libgnetwork-1.0.so.0.0.9 libdata/pkgconfig/libgnetwork-1.0.pc %%DOCSDIR%%/GNetworkConnection.html %%DOCSDIR%%/GNetworkDatagram.html |