From 16c0a131657253f8240f78c7bf3cda07b17a5772 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 2 Apr 2006 02:01:58 +0000 Subject: Explicitly configure without composite support. Fixes build when using newer xorgs. While here remove a few configure arguments that no longer do anything. Bump PKGREVISION. --- x11/kdebase3/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'x11/kdebase3') diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 0d36e24f9e7..4386060a604 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.108 2006/03/30 02:39:39 markd Exp $ +# $NetBSD: Makefile,v 1.109 2006/04/02 02:01:58 markd Exp $ DISTNAME= kdebase-${_KDE_VERSION} +PKGREVISION= 1 CATEGORIES= x11 COMMENT= Base modules for the KDE 3 integrated X11 desktop @@ -28,11 +29,9 @@ REQD_DIRS+= ${PREFIX}/share/kde/fonts/override CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_PREFIX.openssl}" CONFIGURE_ARGS+= --with-ldap="${BUILDLINK_PREFIX.openldap}" -CONFIGURE_ARGS+= --without-pam -CONFIGURE_ARGS+= --without-cdparanoia -CONFIGURE_ARGS+= --without-lame -CONFIGURE_ARGS+= --without-vorbis +CONFIGURE_ARGS+= --without-composite CONFIGURE_ARGS+= --without-java +CONFIGURE_ARGS+= --without-pam REPLACE_PERL+= kcontrol/keys/convertShortcuts.pl \ khelpcenter/searchhandlers/khc_docbookdig.pl.in \ -- cgit v1.2.3