diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-02-05 10:34:13 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-02-05 10:34:13 +0000 |
commit | 23df631e033e8d1ae5bfa2a1eb41d984198eca96 (patch) | |
tree | 3edd7c2b882b6ed0154e955e56f2a9131814857c /devel | |
parent | a48a266065f6c3af60c93a65e3cde7c760867d26 (diff) | |
download | pkgsrc-23df631e033e8d1ae5bfa2a1eb41d984198eca96.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/libast/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 84e0762da7e..9cd07a9147a 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -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 @@ COMMENT= The Library of Assorted Spiffy Things USE_BUILDLINK3= YES USE_LIBTOOL= YES +USE_X11= YES GNU_CONFIGURE= YES TEST_TARGET= test |