aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2006-06-23 13:28:33 +0800
committerlinimon <linimon@FreeBSD.org>2006-06-23 13:28:33 +0800
commitd07f774404698461920aade685d87bb19fed0c89 (patch)
treefacc98f33f24c5498627d0563e2aef594bf8d3bd /misc
parent4ceb770b50d335a7b05bcee31aeed96ff18d5d73 (diff)
downloadfreebsd-ports-gnome-d07f774404698461920aade685d87bb19fed0c89.tar.gz
freebsd-ports-gnome-d07f774404698461920aade685d87bb19fed0c89.tar.zst
freebsd-ports-gnome-d07f774404698461920aade685d87bb19fed0c89.zip
Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for quite some time. Hat: portmgr
Diffstat (limited to 'misc')
-rw-r--r--misc/dnetc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile
index f503c4dd450a..3c5792a355ca 100644
--- a/misc/dnetc/Makefile
+++ b/misc/dnetc/Makefile
@@ -56,10 +56,6 @@ VERSION= 2.9011.496
VERSION= 2.9012.497
.endif
-.if ${OSVERSION} < 300000
-IGNORE= requires FreeBSD 3.X or greater
-.endif
-
do-configure:
@if [ ! -f ${PREFIX}/dnetc.ini ]; then \
${INSTALL} -c -m 644 ${FILESDIR}/dnetc.ini ${WRKSRC}; \