diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-29 02:43:58 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-04-29 02:43:58 +0000 |
commit | ea9a3d122db8a397ec12c85ef0fb6481e6e34ed9 (patch) | |
tree | 2a4d721354b9a05040f587e4116a2bcef09b7b25 /net/libdnet | |
parent | 064d79e6cf5f9ce819b72ed6c8f84b32d9b82eb3 (diff) |
Notes
Diffstat (limited to 'net/libdnet')
-rw-r--r-- | net/libdnet/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/libdnet/Makefile b/net/libdnet/Makefile index b1df228e740c..8de04f5a4517 100644 --- a/net/libdnet/Makefile +++ b/net/libdnet/Makefile @@ -7,7 +7,7 @@ PORTNAME= libdnet PORTVERSION= 1.11 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= net MASTER_SITES= SF @@ -27,10 +27,6 @@ MAN8= dnet.8 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 800059 -BROKEN= does not build -.endif - .if !defined(LIBDNET_SLAVE) post-patch: |