diff options
author | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
commit | 3d9366e9a4078e8e4c11437831f8345fefbb909f (patch) | |
tree | d0b4e9476524e9178356be77722a72c2fb2e781b /graphics/tgif/Makefile | |
parent | 423611a2115f507140b7d3d6c8d39a8e2b8c0674 (diff) | |
download | pkgsrc-3d9366e9a4078e8e4c11437831f8345fefbb909f.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 'graphics/tgif/Makefile')
-rw-r--r-- | graphics/tgif/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 194c6f6f66d..24830834a2a 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/07/18 20:26:21 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.33 2001/08/22 17:38:58 jlam Exp $ # DISTNAME= tgif-4.1.40 @@ -11,7 +11,6 @@ MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://bourbon.cs.umd.edu:8001/tgif/tgif.html COMMENT= Fully-featured X11 drawing program -USE_BUILDLINK_ONLY= yes USE_IMAKE= yes USE_X11= yes |