View | Details | Raw Unified | Return to bug 197238
Collapse All | Expand All

(-)Makefile (-4 / +11 lines)
Lines 13-23 Link Here
13
13
14
LICENSE=	LGPL21
14
LICENSE=	LGPL21
15
15
16
LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
16
OPTIONS_DEFINE= JPEG PNG TIFF WEBP
17
		libpng.so:${PORTSDIR}/graphics/png \
17
OPTIONS_DEFAULT=JPEG PNG TIFF WEBP
18
		libtiff.so:${PORTSDIR}/graphics/tiff \
19
		libwebp.so:${PORTSDIR}/graphics/webp
20
18
19
JPEG_LIB_DPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg
20
JPEG_CONFIGURE_ENABLE=	jpeg
21
PNG_LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
22
PNG_CONFIGURE_ENABLE=	png
23
TIFF_LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff
24
TIFF_CONFIGURE_ENABLE=	tif
25
WEBP_LIB_DEPENDS=	libwebp.so:${PORTSDIR}/graphics/webp
26
WEBP_CONFIGURE_ENABLE=	webp
27
21
USES=		gmake libtool pkgconfig pathfix
28
USES=		gmake libtool pkgconfig pathfix
22
USE_SDL=	sdl
29
USE_SDL=	sdl
23
GNU_CONFIGURE=	yes
30
GNU_CONFIGURE=	yes

Return to bug 197238