summaryrefslogtreecommitdiff
path: root/graphics/freetype2/builtin.mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-03-19 12:34:12 +0000
committerjoerg <joerg@pkgsrc.org>2012-03-19 12:34:12 +0000
commit3fa6844b90128e447a14b987ba3a0092109b8aa3 (patch)
treea3955afe4cc63c2b002bc7b453f7fdc618bce538 /graphics/freetype2/builtin.mk
parent32c8d39ca597eba9cb78a81fb767883d72a98142 (diff)
downloadpkgsrc-3fa6844b90128e447a14b987ba3a0092109b8aa3.tar.gz
Drop imake-check logic from X11 components' builtin.mk.
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge. Always install man pages, not cat pages when using imake. Unify the various imake PLIST variables in preparation for dropping. Adjust xbattbar for the new expectations.
Diffstat (limited to 'graphics/freetype2/builtin.mk')
-rw-r--r--graphics/freetype2/builtin.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/freetype2/builtin.mk b/graphics/freetype2/builtin.mk
index d2842992800..782f315adde 100644
--- a/graphics/freetype2/builtin.mk
+++ b/graphics/freetype2/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.12 2008/10/05 21:36:35 cube Exp $
+# $NetBSD: builtin.mk,v 1.13 2012/03/19 12:34:14 joerg Exp $
BUILTIN_PKG:= freetype2
@@ -12,11 +12,10 @@ BUILTIN_FIND_FILES.H_FREETYPE2= ${X11BASE}/include/freetype2/freetype/freetype.h
### set IS_BUILTIN.<pkg> appropriately ("yes" or "no").
###
.if !defined(IS_BUILTIN.freetype2)
-IS_BUILTIN.freetype2= no
. if empty(H_FREETYPE2:M__nonexistent__)
-BUILTIN_IMAKE_CHECK:= freetype2:BuildFreetype2Library
-. include "../../mk/buildlink3/imake-check.mk"
-IS_BUILTIN.freetype2= ${BUILTIN_IMAKE_CHECK.freetype2}
+IS_BUILTIN.freetype2= yes
+. else
+IS_BUILTIN.freetype2= no
. endif
.endif
MAKEVARS+= IS_BUILTIN.freetype2