diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-22 21:25:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-22 21:25:45 +0000 |
commit | bea40c42680ae8409a2a4ec879e68a8bf95faae3 (patch) | |
tree | d25d334954092d41b812ca7491afbc4036440e90 /net/ppp-lzs | |
parent | f2aec1b0cdcc5e927b3d6dc3cf3e6dfffd8d0f46 (diff) | |
download | pkgsrc-bea40c42680ae8409a2a4ec879e68a8bf95faae3.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/Makefile | 4 |
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" |