diff options
-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 |