diff options
author | cjep <cjep> | 2003-04-27 12:47:00 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-27 12:47:00 +0000 |
commit | 71177a65f1a4fe5c1d186ccf2b526f945e54d718 (patch) | |
tree | 35b33119eff33fa4c6a682518e4ffa58d00e0153 | |
parent | a313a6ed4249960526da8a24abcc2d694e19d6f8 (diff) | |
download | pkgsrc-71177a65f1a4fe5c1d186ccf2b526f945e54d718.tar.gz |
USE_PKGLOCALEDIR=yes
-rw-r--r-- | www/gtkhtml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 5826f08f7a2..a66c6d477a9 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2003/02/16 16:35:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.28 2003/04/27 12:47:00 cjep Exp $ DISTNAME= gtkhtml-1.1.7 PKGREVISION= 1 @@ -15,6 +15,7 @@ BUILDLINK_DEPENDS.gal?= gal>=0.21 USE_BUILDLINK2= YES USE_X11BASE= YES USE_GMAKE= YES +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES |