summaryrefslogtreecommitdiff
path: root/net/ppp-lzs
diff options
context:
space:
mode:
authorwiz <wiz>2005-04-22 21:25:45 +0000
committerwiz <wiz>2005-04-22 21:25:45 +0000
commitbaddf45e952b0e2911ee950e41d2edf400ec3747 (patch)
treed25d334954092d41b812ca7491afbc4036440e90 /net/ppp-lzs
parent3866ba125194965d8fcc406a90019e06e5b7ceaf (diff)
downloadpkgsrc-baddf45e952b0e2911ee950e41d2edf400ec3747.tar.gz
Add BUILDLINK_PASSTHRU_DIRS to make this build again.
From Iain Hibbert in PR 30035.
Diffstat (limited to 'net/ppp-lzs')
-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"