diff options
author | lofi <lofi@FreeBSD.org> | 2005-03-26 09:27:13 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-03-26 09:27:13 +0800 |
commit | f7f9cbb30ac11a1e8da8c056a99edd407606161e (patch) | |
tree | aa14e77ea7871df00eb81af8065a8e04e1d1c494 /x11/kdebase4-workspace | |
parent | 6a886dbc8a6679b93457723408940ed68b41988b (diff) | |
download | freebsd-ports-gnome-f7f9cbb30ac11a1e8da8c056a99edd407606161e.tar.gz freebsd-ports-gnome-f7f9cbb30ac11a1e8da8c056a99edd407606161e.tar.zst freebsd-ports-gnome-f7f9cbb30ac11a1e8da8c056a99edd407606161e.zip |
Add CONFLICTS with kdeartwork 3.2.x and kdeartwork 3.3.x (plastik widget
style and window decoration).
Approved by: portmgr (marcus)
Diffstat (limited to 'x11/kdebase4-workspace')
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 5b2a36ee762e..63a08d81dd56 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= sasl2:${PORTSDIR}/security/cyrus-sasl2 \ smbclient:${PORTSDIR}/net/samba-libsmbclient \ usb:${PORTSDIR}/devel/libusb -CONFLICTS= kdelibs-3.[0-3]* kdeutils-3.[0-2]* +CONFLICTS= kdeartwork-3.[2-3]* kdelibs-3.[0-3]* kdeutils-3.[0-2]* USE_KDELIBS_VER=3 PREFIX= ${KDE_PREFIX} |