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/wdm | |
parent | ea80300bc2befb66397b8e48efe7755745edc95f (diff) | |
download | pkgsrc-1f785e8277f7136e5209f0a0389b4165c7a8ecd7.tar.gz |
Lint: USE_PKGLOCALEDIR=yes
Diffstat (limited to 'x11/wdm')
-rw-r--r-- | x11/wdm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |