diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-29 04:54:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-29 04:54:49 +0000 |
commit | 3b65bde2f7e4aec38e1ead305f6094960fd84a31 (patch) | |
tree | 0f7f2aeb7ecca34d147342f726930d3cafaae39e /comms | |
parent | 37360e73f33abdbb3d35f35c1f3ca74e0fb6b684 (diff) | |
download | pkgsrc-3b65bde2f7e4aec38e1ead305f6094960fd84a31.tar.gz |
USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,
so remove it from package Makefiles. Also move the inclusion of the
buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk
to ensure that any Makefile settings occur before the buildlink.mk files.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot-expense/Makefile | 4 | ||||
-rw-r--r-- | comms/jpilot-syncmal/Makefile | 4 | ||||
-rw-r--r-- | comms/jpilot-synctime/Makefile | 4 | ||||
-rw-r--r-- | comms/jpilot/Makefile | 5 |
4 files changed, 4 insertions, 13 deletions
diff --git a/comms/jpilot-expense/Makefile b/comms/jpilot-expense/Makefile index 086444524a6..8d5a46b2fbe 100644 --- a/comms/jpilot-expense/Makefile +++ b/comms/jpilot-expense/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/28 13:21:35 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/29 04:54:50 jlam Exp $ DISTNAME= jpilot-0.99 PKGNAME= jpilot-expense-0.99 @@ -13,8 +13,6 @@ COMMENT= Expense synchronization plugin for J-Pilot DEPENDS+= jpilot>=0.99:../../comms/jpilot USE_BUILDLINK_ONLY= # defined -USE_CONFIG_WRAPPER= # defined - USE_X11= # defined USE_LIBTOOL= # defined diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile index 26f3a8b6ea8..522cd0b29a9 100644 --- a/comms/jpilot-syncmal/Makefile +++ b/comms/jpilot-syncmal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/06/27 18:07:54 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/06/29 04:54:50 jlam Exp $ DISTNAME= jpilot-syncmal_0.60 PKGNAME= jpilot-syncmal-0.60 @@ -14,8 +14,6 @@ COMMENT= MAL synchronization plugin for J-Pilot DEPENDS+= jpilot>=0.99:../../comms/jpilot USE_BUILDLINK_ONLY= # defined -USE_CONFIG_WRAPPER= # defined - GNU_CONFIGURE= # defined USE_X11= # defined USE_GMAKE= # defined diff --git a/comms/jpilot-synctime/Makefile b/comms/jpilot-synctime/Makefile index 9182414650b..21b2acf39e2 100644 --- a/comms/jpilot-synctime/Makefile +++ b/comms/jpilot-synctime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/06/27 18:07:54 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/29 04:54:50 jlam Exp $ DISTNAME= jpilot-0.99 PKGNAME= jpilot-synctime-0.99 @@ -13,8 +13,6 @@ COMMENT= Time synchronization plugin for J-Pilot DEPENDS+= jpilot>=0.99:../../comms/jpilot USE_BUILDLINK_ONLY= # defined -USE_CONFIG_WRAPPER= # defined - USE_X11= # defined USE_LIBTOOL= # defined diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 7e3a46404d7..ef82279bf4f 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2001/06/27 18:07:53 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2001/06/29 04:54:50 jlam Exp $ # DISTNAME= jpilot-0.99 @@ -15,12 +15,9 @@ BUILD_USES_MSGFMT= # defined CONFLICTS+= jpilot-libplugin-* USE_BUILDLINK_ONLY= # defined -USE_CONFIG_WRAPPER= # defined - GNU_CONFIGURE= # defined USE_LIBTOOL= # defined USE_X11= # defined -#USE_LIBINTL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --with-gtk-prefix="${BUILDLINK_DIR}" |