1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

Fix a stupid typo and activate GD2 features properly. D'oh!

This commit is contained in:
Akinori MUSHA 2004-03-18 19:26:26 +00:00
parent 9c19478215
commit a23950ac80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104523

View File

@ -7,7 +7,7 @@
PORTNAME= GD
PORTVERSION= 0.7.4
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= graphics ruby
MASTER_SITES= http://www.acc.ne.jp/~tam/GD/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@ -34,7 +34,7 @@ INSTALL_TARGET= site-install
CONFIGURE_ARGS+= --with-gd-include="${LOCALBASE}/include/gd"
LIB_DEPENDS+= gd1.2:${PORTSDIR}/graphics/gd1
.else
CONFIGURE_ARGS+= ----enable-gd2_0 \
CONFIGURE_ARGS+= --enable-gd2_0 \
--with-gd-include="${LOCALBASE}/include"
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
.endif