diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 23:21:32 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 23:21:32 +0000 |
commit | 937b3bf13ba04761e827057af8b9188f24755d9a (patch) | |
tree | df04800cb97d9489ce4b03779d10159577b3b4a7 /devel/GConf2 | |
parent | 071f86009ae92556ddd56f1708bb0c633275a19e (diff) | |
download | pkgsrc-937b3bf13ba04761e827057af8b9188f24755d9a.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patches, delint.
Diffstat (limited to 'devel/GConf2')
-rw-r--r-- | devel/GConf2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/GConf2/Makefile b/devel/GConf2/Makefile index 04f7d86bd07..47dc886e526 100644 --- a/devel/GConf2/Makefile +++ b/devel/GConf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/19 10:54:43 rh Exp $ +# $NetBSD: Makefile,v 1.8 2002/11/30 23:21:33 salo Exp $ # DISTNAME= GConf-1.2.1 @@ -16,6 +16,7 @@ BUILD_USES_MSGFMT= yes USE_GNU_GETTEXT= yes USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes |