diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-22 17:38:56 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-22 17:38:56 +0000 |
commit | 73d2f0ca37bc6b6bb62d190343e4a118f6efda13 (patch) | |
tree | d0b4e9476524e9178356be77722a72c2fb2e781b /time | |
parent | c2c4606f78b9183ca4ab231ed5fc469e8c941682 (diff) | |
download | pkgsrc-73d2f0ca37bc6b6bb62d190343e4a118f6efda13.tar.gz |
Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition). This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
Diffstat (limited to 'time')
-rw-r--r-- | time/asclock-xlib/Makefile | 7 | ||||
-rw-r--r-- | time/asclock/Makefile | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/time/asclock-xlib/Makefile b/time/asclock-xlib/Makefile index 2a167e15790..bcd70bb24c0 100644 --- a/time/asclock-xlib/Makefile +++ b/time/asclock-xlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/07/16 10:41:18 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/08/22 17:38:59 jlam Exp $ # DISTNAME= asclock-xlib-2.0.11 @@ -12,9 +12,8 @@ COMMENT= dockable clock and calendar with themes for X11 NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_BUILDLINK_ONLY= YES -USE_IMAKE= YES -USE_X11BASE= YES +USE_IMAKE= YES +USE_X11BASE= YES PLIST_SRC= ${PKGDIR}/PLIST \ ${PKGDIR}/PLIST.themes diff --git a/time/asclock/Makefile b/time/asclock/Makefile index d3d4f91a813..b03006feacf 100644 --- a/time/asclock/Makefile +++ b/time/asclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/07/16 10:41:18 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/08/22 17:38:59 jlam Exp $ DISTNAME= asclock-classic-1.0 PKGNAME= asclock-1.0 @@ -10,9 +10,8 @@ COMMENT= NeXTstep-like clock and calendar NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -USE_BUILDLINK_ONLY= YES -USE_IMAKE= YES -USE_X11BASE= YES +USE_IMAKE= YES +USE_X11BASE= YES LANGUAGES= en de pt nl no it sv es hu br fr cs ru uk sl id da |