pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ppp-lzs Add BUILDLINK_PASSTHRU_DIRS to make this b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/437ea6be9a0d
branches:  trunk
changeset: 492942:437ea6be9a0d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Apr 22 21:25:45 2005 +0000

description:
Add BUILDLINK_PASSTHRU_DIRS to make this build again.
>From Iain Hibbert in PR 30035.

diffstat:

 net/ppp-lzs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a909279bdf49 -r 437ea6be9a0d net/ppp-lzs/Makefile
--- a/net/ppp-lzs/Makefile      Fri Apr 22 20:57:55 2005 +0000
+++ b/net/ppp-lzs/Makefile      Fri Apr 22 21:25:45 2005 +0000
@@ -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+=     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"



Home | Main Index | Thread Index | Old Index