diff options
author | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-22 17:38:56 +0000 |
commit | 841e1103d3a3bead43a553fc507d7f53c7803f6b (patch) | |
tree | d0b4e9476524e9178356be77722a72c2fb2e781b /graphics/xpm | |
parent | f10802c13ef9e8f4699f07266797b6b7fabc4b41 (diff) | |
download | pkgsrc-841e1103d3a3bead43a553fc507d7f53c7803f6b.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/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index a084a633df0..62bc5e4e2d1 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/08/08 07:15:03 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2001/08/22 17:38:59 jlam Exp $ DISTNAME= xpm-3.4k CATEGORIES= graphics x11 @@ -8,7 +8,6 @@ MAINTAINER= mycroft@netbsd.org HOMEPAGE= http://www.inria.fr/koala/lehors/xpm.html COMMENT= The X Pixmap library -USE_BUILDLINK_ONLY= # defined USE_IMAKE= # defined CHECK_XPM= # defined |