summaryrefslogtreecommitdiff
path: root/x11/kdebase3/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2006-04-02 02:01:58 +0000
committermarkd <markd>2006-04-02 02:01:58 +0000
commitf0f533432a9133ee3f341d879407bd07fcb521a1 (patch)
treec8347b10ef88c53464f0f1bca64ddfc2545fc1e2 /x11/kdebase3/Makefile
parent379262b462da3ba76199a9cb9c289807f0326b74 (diff)
downloadpkgsrc-f0f533432a9133ee3f341d879407bd07fcb521a1.tar.gz
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.
Diffstat (limited to 'x11/kdebase3/Makefile')
-rw-r--r--x11/kdebase3/Makefile9
1 files changed, 4 insertions, 5 deletions
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 \