pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK Add explicit dependency on pkgconfig.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ac1ee3f5be0
branches:  trunk
changeset: 469967:6ac1ee3f5be0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Mar 03 22:25:58 2004 +0000

description:
Add explicit dependency on pkgconfig.

diffstat:

 x11/wxGTK/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f0f9db3d7efe -r 6ac1ee3f5be0 x11/wxGTK/Makefile
--- a/x11/wxGTK/Makefile        Wed Mar 03 21:30:08 2004 +0000
+++ b/x11/wxGTK/Makefile        Wed Mar 03 22:25:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/02/15 21:38:45 recht Exp $
+# $NetBSD: Makefile,v 1.30 2004/03/03 22:25:58 minskim Exp $
 #
 
 DISTNAME=              wxGTK-2.4.2
@@ -42,6 +42,7 @@
        ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/LICENCE.txt ${DOCDIR}/LICENSE
 
+.include "../../devel/pkgconfig/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"



Home | Main Index | Thread Index | Old Index