diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-29 04:54:08 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-29 04:54:08 +0000 |
commit | b908a4063e975489c34610b3f6b045fa6ff7c3cc (patch) | |
tree | 5e9eeaed082247d0cee9fd21ac7d8a756e29786b /sysutils/gnome-vfs | |
parent | d0af5ffc9a55dc161b43a11030713239e4f6fd8b (diff) | |
download | pkgsrc-b908a4063e975489c34610b3f6b045fa6ff7c3cc.tar.gz |
Set USE_PKGLOCALEDIR to yes
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index 3479c02645d..6f3d1eebc03 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2003/04/17 23:23:14 salo Exp $ +# $NetBSD: Makefile,v 1.28 2003/04/29 04:54:08 cjep Exp $ DISTNAME= gnome-vfs-1.0.5 PKGREVISION= 1 @@ -13,6 +13,7 @@ BUILD_USES_MSGFMT= YES BUILDLINK_DEPENDS.gnome-mime-data= gnome-mime-data>=2.0.1 USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_GMAKE= YES GNU_CONFIGURE= YES |