diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
commit | 40ae7d62ae38b07a3eb1c0381d94cc01a65ad394 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /graphics/aalib-x11 | |
parent | 4a90888d1bc1c35d09674ec2ae4afa74c64ec0c1 (diff) | |
download | pkgsrc-40ae7d62ae38b07a3eb1c0381d94cc01a65ad394.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'graphics/aalib-x11')
-rw-r--r-- | graphics/aalib-x11/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aalib-x11/Makefile b/graphics/aalib-x11/Makefile index aa8731fecad..61ffca57d56 100644 --- a/graphics/aalib-x11/Makefile +++ b/graphics/aalib-x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/27 00:53:11 heinz Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/23 04:41:00 jlam Exp $ PKGNAME= aalib-x11-${BASE_VERS} CATEGORIES+= x11 @@ -8,7 +8,7 @@ COMMENT= ASCII Art library with X11 support PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_X11= # defined ALL_TARGET= libaa-x11.la |