aboutsummaryrefslogtreecommitdiffstats
path: root/net/queso
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 /net/queso
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 'net/queso')
-rw-r--r--net/queso/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/net/queso/Makefile b/net/queso/Makefile
index 873bbba93171..30a299971ba7 100644
--- a/net/queso/Makefile
+++ b/net/queso/Makefile
@@ -18,12 +18,6 @@ COMMENT= Determine the remote OS using simple tcp packets
GNU_CONFIGURE= yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 300004
-LIB_DEPENDS= pcap.2:${PORTSDIR}/net/libpcap
-.endif
-
post-install:
#${INSTALL_PROGRAM} ${WRKSRC}/queso ${PREFIX}/sbin
#${INSTALL_DATA} ${WRKSRC}/queso.conf ${PREFIX}/etc
@@ -32,4 +26,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/Documentation.txt ${PREFIX}/share/doc/queso
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>