aboutsummaryrefslogtreecommitdiffstats
path: root/net/libnet10
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2013-09-21 19:06:03 +0800
committerdinoex <dinoex@FreeBSD.org>2013-09-21 19:06:03 +0800
commit2b046d64117ade41e336404023c6f8150293fc4a (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /net/libnet10
parenta68540824c2afc9f423babe69b1494598b151be9 (diff)
downloadfreebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.gz
freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.tar.zst
freebsd-ports-gnome-2b046d64117ade41e336404023c6f8150293fc4a.zip
- fix misplaced NO_STAGE in slaveports and ifdefs
Diffstat (limited to 'net/libnet10')
-rw-r--r--net/libnet10/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile
index 838581ec0a11..7fc023c483e7 100644
--- a/net/libnet10/Makefile
+++ b/net/libnet10/Makefile
@@ -14,6 +14,8 @@ PKGNAMESUFFIX= 10
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A C library for creating IP packets
+NO_STAGE= yes
+
CFLAGS+= -fPIC
USE_AUTOTOOLS= autoconf
@@ -21,7 +23,6 @@ WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
MAN3= libnet${PKGNAMESUFFIX}.3
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch: