diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 22:17:52 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-12-01 22:17:52 +0000 |
commit | 36d93884e23ef179c764f0a1506af8aec3962d78 (patch) | |
tree | 970b18e38037aad3b8ab41c69cf0c4d30035d617 /x11 | |
parent | 63b33693993ed030d04b77f19c7ad29f480f4080 (diff) |
Notes
Diffstat (limited to 'x11')
-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 \ |