diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-21 06:38:16 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-02-21 06:38:16 +0000 |
commit | d367e5f667d7e6d2bff6575d4dcc4952bc1a3045 (patch) | |
tree | 1551116f3aa39275e02f7dfe8fa307d610268a89 /net/libnet | |
parent | c6b0827e5c508cff7c45e508cb84ef59d8fa979b (diff) | |
download | ports-d367e5f667d7e6d2bff6575d4dcc4952bc1a3045.tar.gz ports-d367e5f667d7e6d2bff6575d4dcc4952bc1a3045.zip |
Notes
Diffstat (limited to 'net/libnet')
-rw-r--r-- | net/libnet/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile index 9de58b1f71bd..5cdb89492692 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -3,6 +3,7 @@ PORTNAME= libnet PORTVERSION= 1.1.6 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF/libnet-dev @@ -17,8 +18,8 @@ LATEST_LINK= ${PORTNAME}${SHORT_VER} USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -#CFLAGS+= -fPIC -#USE_CSTD= gnu89 +CFLAGS+= -fPIC +USE_CSTD= gnu89 CONFIGURE_ARGS= --with-link-layer=${LIBNET_LINK} SHORT_VER= 11 |