diff options
Diffstat (limited to 'print/photoprint/Makefile')
-rw-r--r-- | print/photoprint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index addd8e740681..c4126f2a258d 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -13,14 +13,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client \ libgutenprint.so:${PORTSDIR}/print/gutenprint-base \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms.so:${PORTSDIR}/graphics/lcms \ libnetpbm.so:${PORTSDIR}/graphics/netpbm \ libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USES= desktop-file-utils gettext libtool pkgconfig +USES= desktop-file-utils gettext jpeg libtool pkgconfig USE_GNOME= gdkpixbuf2 gtk20 USE_XORG= x11 INSTALLS_ICONS= yes |