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 /misc/xrolodex | |
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 'misc/xrolodex')
-rw-r--r-- | misc/xrolodex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/xrolodex/Makefile b/misc/xrolodex/Makefile index bcdc9e5ef2f..cc201ee0962 100644 --- a/misc/xrolodex/Makefile +++ b/misc/xrolodex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/07/03 01:28:45 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2001/08/22 17:38:59 jlam Exp $ DISTNAME= xrolodex.1.5.motif PKGNAME= xrolodex-1.5 @@ -11,7 +11,6 @@ COMMENT= Motif/X11 rolodex application WRKSRC= ${WRKDIR}/xrolodex.15 MAKE_ENV+= XMLIB='-lXm' -USE_BUILDLINK_ONLY= yes USE_IMAKE= yes .include "../../x11/lesstif/buildlink.mk" |