diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-22 17:09:02 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-12-22 17:09:02 +0000 |
commit | 35b89822d4a5e89d183dadd74444893475bffbb2 (patch) | |
tree | 6f693638ac89ef4e1c6e4da5f35ef0b89e677838 /net/libnet | |
parent | 8cbed273735fda73937c8c00ac824b968a04a0f4 (diff) | |
download | ports-35b89822d4a5e89d183dadd74444893475bffbb2.tar.gz ports-35b89822d4a5e89d183dadd74444893475bffbb2.zip |
Notes
Diffstat (limited to 'net/libnet')
-rw-r--r-- | net/libnet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile index 631868cc2f1e..b6a0062a7474 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -7,7 +7,7 @@ PORTNAME= libnet PORTVERSION= 1.1.2.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://www.packetfactory.net/libnet/dist/ \ @@ -19,6 +19,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= A C library for creating IP packets GNU_CONFIGURE= yes +CFLAGS+= -fPIC WRKSRC= ${WRKDIR}/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} |