diff options
author | makc <makc@FreeBSD.org> | 2009-12-02 06:17:52 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-12-02 06:17:52 +0800 |
commit | 0657025c1259248b6269cbae9baa3212eac0b063 (patch) | |
tree | 56131f7d309fbe61acba2217a51179869f17726f | |
parent | 3aa37c5febd09b10d14b5691fe57ecd5e3a934a1 (diff) | |
download | freebsd-ports-gnome-0657025c1259248b6269cbae9baa3212eac0b063.tar.gz freebsd-ports-gnome-0657025c1259248b6269cbae9baa3212eac0b063.tar.zst freebsd-ports-gnome-0657025c1259248b6269cbae9baa3212eac0b063.zip |
Fix dependencies on print/cups-*
Does not affect package, so don't bump PORTREVISION.
PR: ports/140088
Reported by: Bengt Ahlgren <bengta at sics.se>
Fixed by: dinoex
-rw-r--r-- | x11/kdelibs3/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index f2fbed35b8d2..f4c29dc571b8 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -45,7 +45,9 @@ CONFIGURE_ARGS+=--disable-cups PLIST= ${.CURDIR}/../kdelibs3-nocups/pkg-plist .else CONFLICTS+= kdelibs-nocups-[0-9]* -LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups:${PORTSDIR}/print/cups-client +BUILD_DEPENDS+= cupsd:${PORTSDIR}/print/cups-base +RUN_DEPENDS+= cupsd:${PORTSDIR}/print/cups-base .endif USE_BZIP2= yes @@ -58,7 +60,7 @@ PREFIX= ${KDE_PREFIX} USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS+=--disable-ltdl-install \ --disable-as-needed \ --enable-mt \ |