From 235cb724f258ac151b96b03fbc21a7260fc657f1 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Wed, 10 Mar 2004 22:27:07 +0000 Subject: untested attempt at fixing support for old FreeBSD versions by adding a dependency on the libpcap port rather than using the outdated and unfetchable libpcap 0.4 distfile --- net/queso/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/queso/Makefile b/net/queso/Makefile index 63e88c15542f..9ca4e653a496 100644 --- a/net/queso/Makefile +++ b/net/queso/Makefile @@ -21,9 +21,7 @@ GNU_CONFIGURE= yes .include .if ${OSVERSION} < 300004 -DISTFILES= queso-980922.tar.gz libpcap-0.4.tar.Z -post-patch: - @cd ${WRKSRC}/../libpcap-0.4/; ./configure; make +LIB_DEPENDS= pcap.2:${PORTSDIR}/net/libpcap .endif post-install: -- cgit v1.2.3