diff options
author | miwi <miwi@FreeBSD.org> | 2013-05-30 20:17:04 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-05-30 20:17:04 +0800 |
commit | 807d6927412d8ae070222fe3d7dc5d6953358804 (patch) | |
tree | 18d9f20f25344226181bab6fcb1c13237d98a56a /net/libnet | |
parent | 6ce5ea4d4e3f23fefebf2e9568c7b2816402a620 (diff) | |
download | freebsd-ports-graphics-807d6927412d8ae070222fe3d7dc5d6953358804.tar.gz freebsd-ports-graphics-807d6927412d8ae070222fe3d7dc5d6953358804.tar.zst freebsd-ports-graphics-807d6927412d8ae070222fe3d7dc5d6953358804.zip |
- Unbreak build on HEAD
Diffstat (limited to 'net/libnet')
-rw-r--r-- | net/libnet/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/libnet/Makefile b/net/libnet/Makefile index f3a04f00e70..5cdb8949269 100644 --- a/net/libnet/Makefile +++ b/net/libnet/Makefile @@ -20,10 +20,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CFLAGS+= -fPIC USE_CSTD= gnu89 -# upstream makefile is not bmake compatible -.if defined(.PARSEDIR) -USE_GMAKE= yes -.endif CONFIGURE_ARGS= --with-link-layer=${LIBNET_LINK} SHORT_VER= 11 |