diff options
author | lofi <lofi@FreeBSD.org> | 2005-03-26 01:27:13 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-03-26 01:27:13 +0000 |
commit | f7f9cbb30ac11a1e8da8c056a99edd407606161e (patch) | |
tree | aa14e77ea7871df00eb81af8065a8e04e1d1c494 /x11/kdelibs3 | |
parent | 6a886dbc8a6679b93457723408940ed68b41988b (diff) | |
download | FreeBSD-ports-f7f9cbb30ac11a1e8da8c056a99edd407606161e.zip FreeBSD-ports-f7f9cbb30ac11a1e8da8c056a99edd407606161e.tar.gz |
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/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 861698a..36e2fb9 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/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 |