summaryrefslogtreecommitdiff
path: root/devel/GConf2
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-03-24 22:42:58 +0000
committerjlam <jlam@pkgsrc.org>2005-03-24 22:42:58 +0000
commitda2fc8539087dd463808a7a952672f18f079609b (patch)
treed7fe497052393fc66a0643bdff66b2bf686bec43 /devel/GConf2
parentea7c441daab79a9455ebd38814bdc0c1ff418fae (diff)
downloadpkgsrc-da2fc8539087dd463808a7a952672f18f079609b.tar.gz
Don't check for USE_BUILDLINK3 anymore in these files. These are included
by other package Makefiles, and with the deprecation of USE_BUILDLINK3 support in the infrastructure files, these had the potential to break existing packages.
Diffstat (limited to 'devel/GConf2')
-rw-r--r--devel/GConf2/schemas.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/GConf2/schemas.mk b/devel/GConf2/schemas.mk
index 93a26901499..6011bd15eac 100644
--- a/devel/GConf2/schemas.mk
+++ b/devel/GConf2/schemas.mk
@@ -1,4 +1,4 @@
-# $NetBSD: schemas.mk,v 1.9 2004/06/11 18:12:11 minskim Exp $
+# $NetBSD: schemas.mk,v 1.10 2005/03/24 22:42:58 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that install
# GConf2 schema files. It takes care of registering them in the GConf2
@@ -57,9 +57,6 @@ PRINT_PLIST_AWK+= /^@dirrm share\/gconf\/schemas$$/ \
{ print "@comment in GConf2: " $$0; next; }
.include "../../mk/bsd.prefs.mk"
-
-.if empty(USE_BUILDLINK3:M[nN][oO])
.include "../../devel/GConf2/buildlink3.mk"
-.endif
.endif # GCONF2_SCHEMAS_MK