pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libstroke Modular Xorg support. As this package ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c7af880c1fc2
branches: trunk
changeset: 524182:c7af880c1fc2
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Jan 20 13:26:12 2007 +0000
description:
Modular Xorg support. As this package needs libX11 only for the test
program, make it a build dependency and bump revision.
diffstat:
devel/libstroke/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (24 lines):
diff -r d91c332fb959 -r c7af880c1fc2 devel/libstroke/Makefile
--- a/devel/libstroke/Makefile Sat Jan 20 13:23:25 2007 +0000
+++ b/devel/libstroke/Makefile Sat Jan 20 13:26:12 2007 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2006/07/19 19:14:38 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2007/01/20 13:26:12 joerg Exp $
#
DISTNAME= libstroke-0.5.1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.etla.net/libstroke/
@@ -18,6 +18,8 @@
CONFIGURE_ENV+= ac_cv_path_GTK_CONFIG=no
+BUILDLINK_DEPMETHOD.libX11?= build
+
.include "../../lang/tcl/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index