diff options
author | markd <markd@pkgsrc.org> | 2006-04-02 02:01:58 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-04-02 02:01:58 +0000 |
commit | 16c0a131657253f8240f78c7bf3cda07b17a5772 (patch) | |
tree | c8347b10ef88c53464f0f1bca64ddfc2545fc1e2 /x11/kdebase3 | |
parent | 412c157a0393d491bcc7fe543e57f2e14902ce78 (diff) | |
download | pkgsrc-16c0a131657253f8240f78c7bf3cda07b17a5772.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')
-rw-r--r-- | x11/kdebase3/Makefile | 9 |
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 \ |