aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/compiz
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-07-02 13:20:09 +0000
committerRene Ladan <rene@FreeBSD.org>2013-07-02 13:20:09 +0000
commit1747733f20fbd6ba9813e7dc4ac51fbcfc0cc026 (patch)
tree50d8ed145f346972fd072250fa841eb825c76b60 /x11-wm/compiz
parent0e3d0f60d95a1e2f5be0f1c6ff25640b9ae4a010 (diff)
downloadports-1747733f20fbd6ba9813e7dc4ac51fbcfc0cc026.tar.gz
ports-1747733f20fbd6ba9813e7dc4ac51fbcfc0cc026.zip
Remove support for the non-default KDE3 option.
Leave KDE3 in pkg-plist (which is now just a comment) to ease any update to KDE4.
Notes
Notes: svn path=/head/; revision=322169
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r--x11-wm/compiz/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/x11-wm/compiz/Makefile b/x11-wm/compiz/Makefile
index 54c57ec1bdf5..c032b759332c 100644
--- a/x11-wm/compiz/Makefile
+++ b/x11-wm/compiz/Makefile
@@ -64,7 +64,7 @@ GCONF_SCHEMAS= gwd.schemas \
CONFIGURE_ARGS= --disable-kde4
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
-OPTIONS_DEFINE= SVG GTK2 METACITY GNOME DBUS FUSE KDE3
+OPTIONS_DEFINE= SVG GTK2 METACITY GNOME DBUS FUSE
OPTIONS_DEFAULT= SVG GTK2 METACITY GNOME DBUS
METACITY_DESC= Enable Metacity support
@@ -151,15 +151,7 @@ CONFIGURE_ARGS+= --disable-fuse
PLIST_SUB+= FUSE="@comment "
.endif
-.if ${PORT_OPTIONS:MKDE3}
-USE_KDEBASE_VER= 3
-CONFIGURE_ARGS+= --enable-kde
-PLIST_SUB+= KDE3=""
-# allow bsd.kde.mk to be included after bsd.port.mk
-.include "${PORTSDIR}/Mk/bsd.kde.mk"
-.else
CONFIGURE_ARGS+= --disable-kde
PLIST_SUB+= KDE3="@comment "
-.endif
.include <bsd.port.post.mk>