diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-10 18:35:32 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-10 18:35:32 +0000 |
commit | a76db493787303d194b482dda0275baebb325898 (patch) | |
tree | 6a5add7c0918e4c8370b063c74083e20ac8cb4cd /graphics | |
parent | 6919591c46649e16c0427c45b036379008e2e2ec (diff) | |
download | pkgsrc-a76db493787303d194b482dda0275baebb325898.tar.gz |
Catch up with removal of BUILDLINK_{IS,USE}_BUILTIN.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpm/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index 09675e88e86..8ced1ad1d63 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/01/21 11:18:44 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2004/03/10 18:35:32 jlam Exp $ DISTNAME= xpm-3.4k PKGREVISION= 1 @@ -13,11 +13,11 @@ COMMENT= The X Pixmap library USE_BUILDLINK3= # defined USE_IMAKE= # defined -BUILDLINK_CHECK_BUILTIN.xpm= YES +CHECK_BUILTIN.xpm= yes -.include "buildlink3.mk" +.include "builtin.mk" -.if ${BUILDLINK_IS_BUILTIN.xpm} == "YES" +.if !empty(IS_BUILTIN.xpm:M[yY][eE][sS]) PKG_SKIP_REASON= "${PKGNAME} is part of your X11 distribution" .endif |