diff options
Diffstat (limited to 'print/ghostscript9/Makefile')
-rw-r--r-- | print/ghostscript9/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/ghostscript9/Makefile b/print/ghostscript9/Makefile index a051395bd726..88d4db4b6113 100644 --- a/print/ghostscript9/Makefile +++ b/print/ghostscript9/Makefile @@ -22,7 +22,6 @@ LICENSE= GPLv3 LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 \ libidn.so:${PORTSDIR}/dns/libidn \ libjbig2dec.so:${PORTSDIR}/graphics/jbig2dec \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff \ liblcms2.so:${PORTSDIR}/graphics/lcms2 \ @@ -36,7 +35,7 @@ CONFLICTS_INSTALL= \ ghostscript9-agpl-[0-9]* \ ghostscript9-agpl-nox11-[0-9]* -USES= gmake pkgconfig:build tar:bzip2 +USES= gmake jpeg pkgconfig:build tar:bzip2 WANT_GNOME= yes USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf |