diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-10-24 16:41:11 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-10-24 16:41:11 +0000 |
commit | 7bc48ff034d6cb93ad6ce2c0e3530bbe22785a14 (patch) | |
tree | 897570a4e70fc8a4abc3dd157ab035b37bc7818e /x11 | |
parent | 7e3c213ccf4d924fd12c4b5310e8f6f891a3f318 (diff) |
Add missing dependency on x11/libXScrnSaver.
While here, clean-up spaces/tabs and remove outdated stuff.
Bump PORTREVISION.
PR: ports/139865
Submitted by: Tijl Coosemans <tijl at ulyssis.org>
Notes
Notes:
svn path=/head/; revision=243265
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index e3db1b53aac6..412e29aaa0bd 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -8,7 +8,7 @@ PORTNAME= kdebase PORTVERSION= ${KDE_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -28,22 +28,20 @@ LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 \ CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-4]* kdeutils-3.[0-2]* USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} USE_OPENLDAP= yes USE_OPENSSL= yes USE_BZIP2= yes USE_GMAKE= yes -USE_XORG= xpm xkbfile xrandr xcursor +USE_XORG= xpm xkbfile xrandr xcursor xscrnsaver SUB_FILES= kdm pkg-deinstall pkg-install pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 CONFIGURE_ENV+= RUN_KAPPFINDER=no kde_cv_utmp_file=/var/run/utmp CONFIGURE_ARGS+=--without-java \ @@ -61,7 +59,7 @@ OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb .else -EXTRA_PATCHES+= ${FILESDIR}/extrapatch-libusb20 +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-libusb20 .endif .if !defined(WITHOUT_ARTSWRAPPER) |