aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-gd
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ruby-gd')
-rw-r--r--graphics/ruby-gd/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile
index 03135d76b3ed..9a1f0539db78 100644
--- a/graphics/ruby-gd/Makefile
+++ b/graphics/ruby-gd/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Ruby/gd
-# Date created: 27 Sep 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@idaemons.org>
# $FreeBSD$
-#
PORTNAME= gd
PORTVERSION= 0.8.0
@@ -18,7 +14,7 @@ DIST_SUBDIR= ruby
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Ruby extension library to use Thomas Boutell's gd library
-LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
@@ -33,7 +29,7 @@ INSTALL_TARGET= site-install
CONFIGURE_ARGS+= --enable-gd2_0 \
--with-gd-include="${LOCALBASE}/include"
-LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
+LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd
.include <bsd.port.pre.mk>