diff options
author | cjep <cjep> | 2003-04-27 12:38:51 +0000 |
---|---|---|
committer | cjep <cjep> | 2003-04-27 12:38:51 +0000 |
commit | 8b0e6117b6ba1ca6cad29caaa73537e49a677c56 (patch) | |
tree | 3949736b59ec94cd199d4c22ac42b5c4db67dc3a /wm/econf | |
parent | 3281eb70066c25b5b2d4ee176f128db39f098fbc (diff) | |
download | pkgsrc-8b0e6117b6ba1ca6cad29caaa73537e49a677c56.tar.gz |
Lint: Use PKGLOCALEDIR in PLIST and add USE_PKGLOCALEDIR=yes in Makefile.
Diffstat (limited to 'wm/econf')
-rw-r--r-- | wm/econf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/econf/Makefile b/wm/econf/Makefile index 672f348def4..b50635c8bb7 100644 --- a/wm/econf/Makefile +++ b/wm/econf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/09/23 23:19:55 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/04/27 12:38:51 cjep Exp $ # DISTNAME= enlightenment-conf-0.15 @@ -14,6 +14,7 @@ COMMENT= configuration tool for easily setting up Enlightenment USE_BUILDLINK2= yes USE_X11= yes USE_GMAKE= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes .include "../../x11/controlcenter/buildlink2.mk" |