pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libast Fix build under Linux by requiring X11. ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c0057f36c1a4
branches: trunk
changeset: 488635:c0057f36c1a4
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Sat Feb 05 10:34:13 2005 +0000
description:
Fix build under Linux by requiring X11. Support for X11 in this package
seems optional, but we were using it anyway. Furthermore, imlib2 also
requires it, which is a dependency for this one, so there is no problem
in doing this. Problem noted by Sebastian Prause in tech-pkg@.
diffstat:
devel/libast/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r fbe2c5f52d0d -r c0057f36c1a4 devel/libast/Makefile
--- a/devel/libast/Makefile Sat Feb 05 08:47:33 2005 +0000
+++ b/devel/libast/Makefile Sat Feb 05 10:34:13 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/01/11 14:00:31 adam Exp $
+# $NetBSD: Makefile,v 1.15 2005/02/05 10:34:13 jmmv Exp $
DISTNAME= libast-0.6.1
CATEGORIES= devel
@@ -10,6 +10,7 @@
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
+USE_X11= YES
GNU_CONFIGURE= YES
TEST_TARGET= test
Home |
Main Index |
Thread Index |
Old Index