diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-01 09:04:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-01 09:04:35 +0000 |
commit | 33fe23ae1eab0df1658c2e985c51094237372a77 (patch) | |
tree | 85826cf31ff963de1cd6b3807e02f5732cbf7503 /x11-wm | |
parent | be7b3dc4d093354550aeea0d17f008e50edad322 (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/kompmgr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/kompmgr/Makefile b/x11-wm/kompmgr/Makefile index 8a0d7b634b3c..1eb20eb27d70 100644 --- a/x11-wm/kompmgr/Makefile +++ b/x11-wm/kompmgr/Makefile @@ -7,7 +7,7 @@ PORTNAME= kompmgr PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src @@ -21,6 +21,7 @@ COMMENT= Utility needed to enable XComposite support in KDE USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} +USE_XORG= x11 xdamage xrender xcomposite xfixes USE_BZIP2= yes WRKSRC= ${WRKDIR}/kdebase-${PORTVERSION} |