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/kdelibs4 | |
parent | 6a886dbc8a6679b93457723408940ed68b41988b (diff) | |
download | freebsd-ports-graphics-f7f9cbb30ac11a1e8da8c056a99edd407606161e.tar.gz freebsd-ports-graphics-f7f9cbb30ac11a1e8da8c056a99edd407606161e.tar.zst freebsd-ports-graphics-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/kdelibs4')
-rw-r--r-- | x11/kdelibs4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 861698aab3b..36e2fb9ceb5 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -35,9 +35,9 @@ RUN_DEPENDS= ${FONTSCALE}:${X_FONTS_TTF_PORT} \ ${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} .if ${PKGNAMESUFFIX} == -nocups -CONFLICTS+= kdeartwork-3.2* kdebase-3.[0-3]* kdepim-3.2* +CONFLICTS+= kdeartwork-3.[2-3]* kdebase-3.[0-3]* kdepim-3.2* .else -CONFLICTS+= kdeartwork-3.2* kdebase-3.[0-3]* kdelibs-nocups-[0-9]* kdepim-3.2* +CONFLICTS+= kdeartwork-3.[2-3]* kdebase-3.[0-3]* kdelibs-nocups-[0-9]* kdepim-3.2* LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base .endif |