diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
commit | 2f9e9722bf7889f16fdc73d5f52104bad8b67cda (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /sysutils/gtop/Makefile | |
parent | 5b8c84523400f851d2f2717a10ed05da02e780ee (diff) | |
download | pkgsrc-2f9e9722bf7889f16fdc73d5f52104bad8b67cda.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'sysutils/gtop/Makefile')
-rw-r--r-- | sysutils/gtop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gtop/Makefile b/sysutils/gtop/Makefile index cf98e5c6da7..e8d279be190 100644 --- a/sysutils/gtop/Makefile +++ b/sysutils/gtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/12/24 06:10:25 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2003/01/10 07:51:59 cjep Exp $ DISTNAME= gtop-1.0.13 PKGREVISION= 2 @@ -13,6 +13,7 @@ BUILD_USES_MSGFMT= YES OSVERSION_SPECIFIC= YES USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_GMAKE= YES USE_X11BASE= YES USE_LIBTOOL= YES |