aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2004-03-19 03:26:26 +0800
committerknu <knu@FreeBSD.org>2004-03-19 03:26:26 +0800
commitab2240e4473ec57368652102a71ff8cbd3e34dd8 (patch)
tree18cb58fa540f1cc79e7bbe14d531524d8096195d /graphics
parentc23b4461e5e0afdde3f3a6c3871a358075b88909 (diff)
downloadfreebsd-ports-gnome-ab2240e4473ec57368652102a71ff8cbd3e34dd8.tar.gz
freebsd-ports-gnome-ab2240e4473ec57368652102a71ff8cbd3e34dd8.tar.zst
freebsd-ports-gnome-ab2240e4473ec57368652102a71ff8cbd3e34dd8.zip
Fix a stupid typo and activate GD2 features properly. D'oh!
Diffstat (limited to 'graphics')
-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