diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-12-16 02:51:22 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-12-16 02:51:22 +0800 |
commit | 8702be49224215d38462f2cb76f5ef8638634bc6 (patch) | |
tree | 16ec9ca80dc249ec46369eafc8538137101ffe3f /print/scribus | |
parent | 0fcf374e6f473d46d5157770ad70ebf17990af83 (diff) | |
download | freebsd-ports-gnome-8702be49224215d38462f2cb76f5ef8638634bc6.tar.gz freebsd-ports-gnome-8702be49224215d38462f2cb76f5ef8638634bc6.tar.zst freebsd-ports-gnome-8702be49224215d38462f2cb76f5ef8638634bc6.zip |
- reduce dependecies
PR: 152849
Approved by: (maintainer timeout)
Diffstat (limited to 'print/scribus')
-rw-r--r-- | print/scribus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile index ad6bec98c61a..d443bd31bbb4 100644 --- a/print/scribus/Makefile +++ b/print/scribus/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ - cups.2:${PORTSDIR}/print/cups-base \ + cups.2:${PORTSDIR}/print/cups-client \ freetype.9:${PORTSDIR}/print/freetype2 \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ |