diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 08:00:02 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 08:00:02 +0000 |
commit | 9f6bc9c626c7247ee0a8ab4a8744d7adfe11d6ba (patch) | |
tree | 097542cd828dfae74ff622e0ee2234c678dbe53a /x11/xscreensaver | |
parent | 2f9e9722bf7889f16fdc73d5f52104bad8b67cda (diff) | |
download | pkgsrc-9f6bc9c626c7247ee0a8ab4a8744d7adfe11d6ba.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'x11/xscreensaver')
-rw-r--r-- | x11/xscreensaver/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common index bb88406f2c9..e9b315def6a 100644 --- a/x11/xscreensaver/Makefile.common +++ b/x11/xscreensaver/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.41 2002/11/06 11:11:38 wiz Exp $ +# $NetBSD: Makefile.common,v 1.42 2003/01/10 08:01:00 cjep Exp $ # DISTNAME= xscreensaver-4.06 @@ -10,6 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.jwz.org/xscreensaver/ USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes USE_X11= yes GNU_CONFIGURE= yes |