pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xbattbar Add libX11 & libXext buildlinks



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9b2e22e719c
branches:  trunk
changeset: 524292:d9b2e22e719c
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jan 22 23:42:38 2007 +0000

description:
Add libX11 & libXext buildlinks

diffstat:

 sysutils/xbattbar/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 03b86a6dfefb -r d9b2e22e719c sysutils/xbattbar/Makefile
--- a/sysutils/xbattbar/Makefile        Mon Jan 22 22:37:26 2007 +0000
+++ b/sysutils/xbattbar/Makefile        Mon Jan 22 23:42:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:43 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2007/01/22 23:42:38 abs Exp $
 
 DISTNAME=      xbattbar_1.4.2
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -18,4 +18,6 @@
 PKG_SKIP_REASON+=      "APM is not available for ${MACHINE_PLATFORM}"
 .endif
 
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index