aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-gd/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-05-22 19:51:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-05-22 19:51:18 +0000
commit5854ab415dd0d606dafdaf88f61e3bc2330242f5 (patch)
tree5bfaf040e27835ca3a2387b70e909d7e4d516aff /graphics/ruby-gd/Makefile
parent166c5cc36166d77f0d2932aacf4d6921a1e5fa68 (diff)
downloadports-5854ab415dd0d606dafdaf88f61e3bc2330242f5.tar.gz
ports-5854ab415dd0d606dafdaf88f61e3bc2330242f5.zip
Notes
Diffstat (limited to 'graphics/ruby-gd/Makefile')
-rw-r--r--graphics/ruby-gd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index 7b8484bcc250..cb5c188cb9cc 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= GD
-PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTVERSION= 0.7.3
CATEGORIES= graphics ruby
MASTER_SITES= http://kirara.prec.kyoto-u.ac.jp/~tam/GD/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
@@ -26,7 +25,9 @@ USE_RUBY_EXTCONF= yes
USE_RUBY_RD= yes
.endif
-CONFIGURE_ARGS= --with-gd-include="${LOCALBASE}/include/gd" --with-jpeg \
+CONFIGURE_ARGS= --with-gd-include="${LOCALBASE}/include/gd" \
+ --with-gd-lib="${LOCALBASE}/lib" \
+ --with-jpeg \
--with-freetype
INSTALL_TARGET= site-install
@@ -43,7 +44,7 @@ WITH_X11_CHECK= # empty
USE_XLIB= yes
USE_XPM= yes
PKGNAMESUFFIX_XPM= +xpm
-CONFIGURE_ARGS+= --with-x-dir="${X11BASE}" --with-xpm
+CONFIGURE_ARGS+= --with-X11-dir="${X11BASE}" --with-xpm
.endif
EXAMPLES_EN= example.rb \
@@ -53,7 +54,6 @@ DOCS_EN= Changes \
TODO \
readme.en \
doc/INSTALL.en \
- doc/manual.css \
doc/manual.html \
doc/manual.rd \
doc/manual_index.html