diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
commit | 5b8c84523400f851d2f2717a10ed05da02e780ee (patch) | |
tree | 04bfa16bd303923f71ecfb8bc33adccd04f47544 /misc | |
parent | 50742b9413ddec40aa2ca1414461c06bc9020089 (diff) | |
download | pkgsrc-5b8c84523400f851d2f2717a10ed05da02e780ee.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-pim/Makefile | 3 | ||||
-rw-r--r-- | misc/gpsdrive/Makefile | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/misc/gnome-pim/Makefile b/misc/gnome-pim/Makefile index e772d08f970..e0c1554208a 100644 --- a/misc/gnome-pim/Makefile +++ b/misc/gnome-pim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2002/12/24 06:10:13 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2003/01/10 07:40:55 cjep Exp $ DISTNAME= gnome-pim-1.4.0 PKGREVISION= 3 @@ -12,6 +12,7 @@ COMMENT= Personal Information Manager for GNOME BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_GMAKE= YES USE_LIBTOOL= YES USE_X11BASE= YES diff --git a/misc/gpsdrive/Makefile b/misc/gpsdrive/Makefile index 4f9b8a4c74d..bb1e61c5783 100644 --- a/misc/gpsdrive/Makefile +++ b/misc/gpsdrive/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/01/08 17:29:06 tsarna Exp $ +# $NetBSD: Makefile,v 1.4 2003/01/10 07:42:02 cjep Exp $ DISTNAME= gpsdrive-1.31 PKGREVISION= 2 @@ -11,8 +11,9 @@ COMMENT= GPS Navigation system DEPENDS+= gpsd>=1.07:../../misc/gpsd -GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES # XXX make this an option CONFIGURE_ARGS+= --disable-mysql |