pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libogg Include the buildlink3.mk file instead of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b75906da85a
branches:  trunk
changeset: 466004:7b75906da85a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jan 10 05:42:50 2004 +0000

description:
Include the buildlink3.mk file instead of the buildlink2.mk if we use
buildlink3.

diffstat:

 audio/libogg/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r ea594c295eb7 -r 7b75906da85a audio/libogg/Makefile
--- a/audio/libogg/Makefile     Sat Jan 10 05:40:40 2004 +0000
+++ b/audio/libogg/Makefile     Sat Jan 10 05:42:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/05 20:52:56 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2004/01/10 05:42:50 jlam Exp $
 
 DISTNAME=      libogg-1.1
 CATEGORIES=    devel audio
@@ -21,5 +21,5 @@
 
 PKGCONFIG_OVERRIDE+=   ${WRKSRC}/ogg.pc.in
 
-.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index