diff options
author | cjep <cjep> | 2003-04-27 12:51:35 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-27 12:51:35 +0000 |
commit | 4d4404d7d9aea2e37649e6695a34358298502b7c (patch) | |
tree | e575e9e0c88af222665e471b5373f76b5ee8d008 /x11/gtk | |
parent | 3f92a8420db5dc337a83f985f1ab5d926f9abce8 (diff) | |
download | pkgsrc-4d4404d7d9aea2e37649e6695a34358298502b7c.tar.gz |
Lint: USE_PKGLOCALEDIR=yes
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index dec0a112451..89dcc30fc27 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2003/03/14 19:38:05 jlam Exp $ +# $NetBSD: Makefile,v 1.80 2003/04/27 12:51:35 cjep Exp $ DISTNAME= gtk+-1.2.10 PKGREVISION= 3 @@ -17,6 +17,7 @@ USE_BUILDLINK2= yes USE_PERL5= build USE_X11BASE= yes USE_GMAKE= yes +USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig PKGCONFIG_OVERRIDE= ${WRKSRC}/gdk.pc.in |