diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-26 01:27:13 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-03-26 01:27:13 +0000 |
commit | 45532a231927dc60ab2a702ca1bf49afdded9d53 (patch) | |
tree | 1ea5fe2201420fea41ae8b14212c63fb5c98a904 /x11/kdelibs3 | |
parent | Spell LIB_DEPENDS correctly for the jpeg-mmx plugin. [1] (diff) |
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 861698aab3b9..36e2fb9ceb5a 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 |