diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-27 12:51:35 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-27 12:51:35 +0000 |
commit | 1f785e8277f7136e5209f0a0389b4165c7a8ecd7 (patch) | |
tree | e575e9e0c88af222665e471b5373f76b5ee8d008 /x11 | |
parent | ea80300bc2befb66397b8e48efe7755745edc95f (diff) | |
download | pkgsrc-1f785e8277f7136e5209f0a0389b4165c7a8ecd7.tar.gz |
Lint: USE_PKGLOCALEDIR=yes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk/Makefile | 3 | ||||
-rw-r--r-- | x11/wdm/Makefile | 3 |
2 files changed, 4 insertions, 2 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 diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile index 3dfa61808b5..0c1be2b0fe6 100644 --- a/x11/wdm/Makefile +++ b/x11/wdm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/04/26 09:49:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.4 2003/04/27 12:52:02 cjep Exp $ DISTNAME= wdm-1.22.1 CATEGORIES= x11 windowmaker @@ -13,6 +13,7 @@ BUILD_USES_MSGFMT= YES USE_BUILDLINK2= YES USE_PKGINSTALL= YES USE_X11BASE= YES +USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-wdmdir=${WDM_SYSCONFDIR} |