diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-22 12:40:18 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-01-22 12:40:18 +0000 |
commit | c548d59d7eeaeb3a660246f7c221a70dcb600aa4 (patch) | |
tree | c9e5edab17ca89fc254e346cd2a145e93fa4c8ec /x11/kdelibs3 | |
parent | http://developer.linuxtag.net/knoppix/sources/ is not accessible for a (diff) |
Use the kdelibs3-nocups plist in the WITHOUT_CUPS case.
Noticed by: kris
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 93d111217512..0424bb89402a 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -42,6 +42,7 @@ CONFLICTS+= kdeadmin-3.[0-3].* kdeadmin-3.4.[0-1]* kdeartwork-3.[2-3]* kdebase-3 CONFLICTS+= kdelibs-[0-9]* PKGNAMESUFFIX= -nocups CONFIGURE_ARGS+=--disable-cups +PLIST= ${.CURDIR}/../kdelibs3-nocups/pkg-plist .else CONFLICTS+= kdelibs-nocups-[0-9]* LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-base |