aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-gd/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2004-03-18 19:26:26 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2004-03-18 19:26:26 +0000
commita23950ac8054b285cd20ac03c344d3f903d68ce6 (patch)
treefd9efed9fd75092d0c076f33b6a90d130ec2a35a /graphics/ruby-gd/Makefile
parent9c19478215f4f2d4ee3ce322bee545d123246025 (diff)
downloadports-a23950ac8054b285cd20ac03c344d3f903d68ce6.tar.gz
ports-a23950ac8054b285cd20ac03c344d3f903d68ce6.zip
Fix a stupid typo and activate GD2 features properly. D'oh!
Notes
Notes: svn path=/head/; revision=104523
Diffstat (limited to 'graphics/ruby-gd/Makefile')
-rw-r--r--graphics/ruby-gd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index ea791d55c59a..adffed50337f 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -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