summaryrefslogtreecommitdiff
path: root/x11/kdebase3
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-05-03 20:57:14 +0000
committerwiz <wiz@pkgsrc.org>2004-05-03 20:57:14 +0000
commit106101a8c0588c2215b49d9a3a2b193836491384 (patch)
treec614464624180304749bd2bc3636ae538b978053 /x11/kdebase3
parent21e1dab6b1498913ac8520ef3fa72fbb3f74c424 (diff)
downloadpkgsrc-106101a8c0588c2215b49d9a3a2b193836491384.tar.gz
Do not use bl2 files in USE_BUILDLINK3=YES packages
(motif.bl2 -> motif.bl3).
Diffstat (limited to 'x11/kdebase3')
-rw-r--r--x11/kdebase3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 7f8362291e6..f5203f77c10 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2004/04/20 12:33:56 markd Exp $
+# $NetBSD: Makefile,v 1.49 2004/05/03 20:57:14 wiz Exp $
DISTNAME= kdebase-${_KDE_VERSION}
CATEGORIES= x11
@@ -52,7 +52,7 @@ BUILD_DEFS+= KDE3_NSPLUGINS
PLIST_SRC+= ${PKGDIR}/PLIST.nsplugins
CONFIGURE_ARGS+= --with-motif-includes="${BUILDLINK_PREFIX.motif}/include"
CONFIGURE_ARGS+= --with-motif-libraries="${BUILDLINK_PREFIX.motif}/lib"
-.include "../../mk/motif.buildlink2.mk"
+.include "../../mk/motif.buildlink3.mk"
.else
CONFIGURE_ARGS+= --without-motif
.endif