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 /graphics/bmeps | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) |
Notes
Diffstat (limited to 'graphics/bmeps')
-rw-r--r-- | graphics/bmeps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/bmeps/Makefile b/graphics/bmeps/Makefile index 778fafe5e507..137e0b35d522 100644 --- a/graphics/bmeps/Makefile +++ b/graphics/bmeps/Makefile @@ -13,8 +13,7 @@ COMMENT= Convert PNG/JPEG/TIFF to PDF/EPS LICENSE= BSD3CLAUSE -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ - libpng.so:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libtiff.so:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes @@ -27,7 +26,7 @@ CONFIGURE_ENV= ac_cv_header_sys_termios_h=no ALL_TARGET= bmpp MAKEFILE= GNUmakefile -USES= gmake +USES= gmake jpeg CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |