diff options
author | wiz <wiz> | 2004-05-03 20:57:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-05-03 20:57:14 +0000 |
commit | 31a186e8c5307d669944f83e75937c26f412b8a8 (patch) | |
tree | c614464624180304749bd2bc3636ae538b978053 | |
parent | fb8e9aef8fbee7f06f529f337a24b06d93ac069b (diff) | |
download | pkgsrc-31a186e8c5307d669944f83e75937c26f412b8a8.tar.gz |
Do not use bl2 files in USE_BUILDLINK3=YES packages
(motif.bl2 -> motif.bl3).
-rw-r--r-- | x11/kdebase3/Makefile | 4 |
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 |