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/gqview | |
parent | 4a90888d1bc1c35d09674ec2ae4afa74c64ec0c1 (diff) | |
download | pkgsrc-40ae7d62ae38b07a3eb1c0381d94cc01a65ad394.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 04134b99bbf..b185d11898f 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2004/03/01 23:06:14 snj Exp $ +# $NetBSD: Makefile,v 1.45 2004/03/23 04:41:00 jlam Exp $ # DISTNAME= gqview-1.4.1 @@ -11,7 +11,7 @@ COMMENT= GTK2-based graphic file viewer BUILD_USES_MSGFMT= # defined -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes GNU_CONFIGURE= # defined USE_PKGLOCALEDIR= # defined CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no |