diff options
author | rene <rene@FreeBSD.org> | 2013-07-02 21:20:09 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-02 21:20:09 +0800 |
commit | 5f31b49c40962a6ea781535d8959290e70f14daf (patch) | |
tree | 50d8ed145f346972fd072250fa841eb825c76b60 | |
parent | c9c5787b8776feacb1d12984b3458a5a0fd6b73a (diff) | |
download | freebsd-ports-gnome-5f31b49c40962a6ea781535d8959290e70f14daf.tar.gz freebsd-ports-gnome-5f31b49c40962a6ea781535d8959290e70f14daf.tar.zst freebsd-ports-gnome-5f31b49c40962a6ea781535d8959290e70f14daf.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.
-rw-r--r-- | x11-wm/compiz/Makefile | 10 |
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> |