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

(-)Makefile.ext (-7 / +6 lines)
Lines 86-107 USE_OPENSSL= yes Link Here
86
LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
86
LIB_DEPENDS=	freetype.9:${PORTSDIR}/print/freetype2 \
87
		png.5:${PORTSDIR}/graphics/png \
87
		png.5:${PORTSDIR}/graphics/png \
88
		jpeg.9:${PORTSDIR}/graphics/jpeg
88
		jpeg.9:${PORTSDIR}/graphics/jpeg
89
.	if !defined(WITHOUT_X11)
90
USE_XPM=	yes
91
.	endif
92
89
93
CONFIGURE_ARGS+=--with-gd \
90
CONFIGURE_ARGS+=--with-gd \
94
		--with-freetype-dir=${LOCALBASE} \
91
		--with-freetype-dir=${LOCALBASE} \
95
		--with-jpeg-dir=${LOCALBASE} \
92
		--with-jpeg-dir=${LOCALBASE} \
96
		--with-png-dir=${LOCALBASE} \
93
		--with-png-dir=${LOCALBASE} \
97
		--with-zlib-dir=/usr
94
		--with-zlib-dir=/usr
98
.	if !defined(WITHOUT_X11)
99
CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE}
100
.	endif
101
95
102
OPTIONS=	T1LIB "Include T1lib support" on \
96
OPTIONS=	T1LIB "Include T1lib support" on \
103
		TRUETYPE "Enable TrueType string function" on \
97
		TRUETYPE "Enable TrueType string function" on \
104
		JIS "Enable JIS-mapped Japanese font support" off
98
		JIS "Enable JIS-mapped Japanese font support" off \
99
		XPM "Enable XPM color bitmap loading support" off
105
100
106
PHP_HEADER_DIRS=libgd
101
PHP_HEADER_DIRS=libgd
107
.endif
102
.endif
Lines 552-557 CONFIGURE_ARGS+=--enable-gd-native-ttf Link Here
552
.	if defined(WITH_JIS)
547
.	if defined(WITH_JIS)
553
CONFIGURE_ARGS+=--enable-gd-jis-conv
548
CONFIGURE_ARGS+=--enable-gd-jis-conv
554
.	endif
549
.	endif
550
.	if defined(WITH_XPM)
551
USE_XPM=	yes
552
CONFIGURE_ARGS+=--with-xpm-dir=${X11BASE}
553
.	endif
555
.endif
554
.endif
556
555
557
.if ${PHP_MODNAME} == "mbstring"
556
.if ${PHP_MODNAME} == "mbstring"

Return to bug 115677