diff options
Diffstat (limited to 'net-p2p/dclibc')
-rw-r--r-- | net-p2p/dclibc/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-p2p/dclibc/Makefile b/net-p2p/dclibc/Makefile index fd50a5401fb6..215710bee9ce 100644 --- a/net-p2p/dclibc/Makefile +++ b/net-p2p/dclibc/Makefile @@ -21,10 +21,4 @@ USE_ICONV= yes USE_GNOME= glib20 pkgconfig USE_LDCONFIG= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= doesn't build on FreeBSD < 5.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |