summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ppp-lzs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ppp-lzs/Makefile b/net/ppp-lzs/Makefile
index 34d766ee2eb..8c15d69a959 100644
--- a/net/ppp-lzs/Makefile
+++ b/net/ppp-lzs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/10/15 20:29:58 kristerw Exp $
+# $NetBSD: Makefile,v 1.3 2005/04/22 21:25:45 wiz Exp $
DISTNAME= ppp-lzs-1.2
CATEGORIES= net
@@ -17,6 +17,8 @@ MAKE_ENV+= NETBSDSRCDIR="${NETBSDSRCDIR}"
MAKE_ENV+= S="${NETBSDSRCDIR}/sys"
MESSAGE_SUBST+= PREFIX="${PREFIX}"
+BUILDLINK_PASSTHRU_DIRS= ${NETBSDSRCDIR}/lib/libpcap
+
pre-extract:
.if !exists(${NETBSDSRCDIR}/usr.sbin/pppd/Makefile)
@${ECHO} "This package requires the NetBSD source sets to be installed in"