diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /editors/abiword | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) | |
download | freebsd-ports-6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e.zip |
Convert to USES=jpeg
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index c0d16ff7faaf..6fb03bc08b07 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -18,12 +18,11 @@ LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ libpopt.so:${PORTSDIR}/devel/popt \ libpng.so:${PORTSDIR}/graphics/png \ libwv.so:${PORTSDIR}/textproc/wv \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libfribidi.so:${PORTSDIR}/converters/fribidi \ libgoffice-0.10.so:${PORTSDIR}/devel/goffice010 RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu -USES= desktop-file-utils gmake iconv libtool pathfix pkgconfig +USES= desktop-file-utils gmake iconv jpeg libtool pathfix pkgconfig USE_GNOME= libxml2 gtk30 librsvg2 libxslt GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |