diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-27 12:47:00 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-27 12:47:00 +0000 |
commit | 1dbad93b776313e8a9cf58f8499085bd793500cb (patch) | |
tree | 35b33119eff33fa4c6a682518e4ffa58d00e0153 | |
parent | 084733a431b3a29e5f0b155210bf04ada700211a (diff) | |
download | pkgsrc-1dbad93b776313e8a9cf58f8499085bd793500cb.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 |