diff options
author | marino <marino@FreeBSD.org> | 2014-01-15 22:30:36 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-01-15 22:30:36 +0800 |
commit | 6efb395d755690fdf8b188e004beafc280893201 (patch) | |
tree | 5f4b489883859a955d921e337cd4254c291b3943 /net | |
parent | 79e53f452d4d330f9fd05d67de66105eb116adee (diff) | |
download | freebsd-ports-gnome-6efb395d755690fdf8b188e004beafc280893201.tar.gz freebsd-ports-gnome-6efb395d755690fdf8b188e004beafc280893201.tar.zst freebsd-ports-gnome-6efb395d755690fdf8b188e004beafc280893201.zip |
net/Sockets: Support stage and pet portlint
The maintainer notes net/Sockets builds fine without NO_STAGE, which I
verified via Redports. Updated per his request via ports@ mail list.
Diffstat (limited to 'net')
-rw-r--r-- | net/Sockets/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/Sockets/Makefile b/net/Sockets/Makefile index 3d35f0052d2e..af85e437cea3 100644 --- a/net/Sockets/Makefile +++ b/net/Sockets/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.alhem.net/Sockets/ \ http://www.netfence.it/Sockets/ MAINTAINER= ml@netfence.it -COMMENT= A C++ wrapper for BSD-style sockets +COMMENT= C++ wrapper for BSD-style sockets #execinfo is optional and currently not configured (would need to patch source's #ifdef LINUX) #LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo @@ -17,7 +17,7 @@ COMMENT= A C++ wrapper for BSD-style sockets #CFLAGS+= -I${LOCALBASE}/include #LDFLAGS+= -L${LOCALBASE}/lib -USE_GMAKE= yes +USES+= gmake USE_GNOME= libxml2 USE_OPENSSL= yes USE_LDCONFIG= yes @@ -25,7 +25,6 @@ USE_LDCONFIG= yes ALL_TARGET= all shared INSTALL_TARGET= install_shared -NO_STAGE= yes post-patch: # PREFIX safeness @${CP} ${PATCHDIR}/Makefile.Defines.freebsd ${WRKSRC} |