diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 13:36:13 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 13:36:13 +0000 |
commit | ab2818804e131a125b567e8f840c3ab7e1fca569 (patch) | |
tree | 7e1903a90575d840fce490ee180b5fbc173d53a6 /comms/jpilot/Makefile | |
parent | 851e57013ff5e69a8907224286986b7e2e87b805 (diff) | |
download | pkgsrc-ab2818804e131a125b567e8f840c3ab7e1fca569.tar.gz |
USE_PKGLOCALEDIR
Diffstat (limited to 'comms/jpilot/Makefile')
-rw-r--r-- | comms/jpilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 8556488efbe..b660a4bdc0b 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2002/09/21 07:14:02 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2002/11/30 13:36:14 salo Exp $ # DISTNAME= jpilot-0.99 @@ -15,12 +15,12 @@ BUILD_USES_MSGFMT= # defined CONFLICTS+= jpilot-libplugin-[0-9]* USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined USE_X11= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_PREFIX.gtk}" CONFIGURE_ARGS+= --with-pilot-prefix="${BUILDLINK_PREFIX.pilot-link-libs}" -CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |