aboutsummaryrefslogtreecommitdiff
path: root/graphics/ruby-gd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-12-11 20:35:24 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-12-11 20:35:24 +0000
commitc35d9f32b6bdd90703725d9f6b470e40d05aca07 (patch)
treeaa6f4f918f6a46b18f79542ad94e1bbd1b9b8ca3 /graphics/ruby-gd
parentb5e895bdf4a6f146b7c2a2a7da756308aae27df0 (diff)
downloadports-c35d9f32b6bdd90703725d9f6b470e40d05aca07.tar.gz
ports-c35d9f32b6bdd90703725d9f6b470e40d05aca07.zip
- remove oblsolete gd1 handling
Notes
Notes: svn path=/head/; revision=202996
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r--graphics/ruby-gd/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index b7c759626e8c..4bb8a78eb10d 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -30,14 +30,9 @@ CONFIGURE_ARGS= --with-gd-lib="${LOCALBASE}/lib" \
--with-freetype
INSTALL_TARGET= site-install
-.if defined(WITH_GD1)
-CONFIGURE_ARGS+= --with-gd-include="${LOCALBASE}/include/gd"
-LIB_DEPENDS+= gd1.2:${PORTSDIR}/graphics/gd1
-.else
CONFIGURE_ARGS+= --enable-gd2_0 \
--with-gd-include="${LOCALBASE}/include"
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
-.endif
.include <bsd.port.pre.mk>