Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 21:57:31 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336231 - head/graphics/ruby-gd
Message-ID:  <201312112157.rBBLvVPX069925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Wed Dec 11 21:57:31 2013
New Revision: 336231
URL: http://svnweb.freebsd.org/changeset/ports/336231

Log:
  - cleanup

Modified:
  head/graphics/ruby-gd/Makefile

Modified: head/graphics/ruby-gd/Makefile
==============================================================================
--- head/graphics/ruby-gd/Makefile	Wed Dec 11 21:55:53 2013	(r336230)
+++ head/graphics/ruby-gd/Makefile	Wed Dec 11 21:57:31 2013	(r336231)
@@ -14,7 +14,8 @@ DIST_SUBDIR=	ruby
 MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Ruby extension library to use Thomas Boutell's gd library
 
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
+		libgd.so:${PORTSDIR}/graphics/gd
 
 NEED_ROOT=	yes
 
@@ -26,12 +27,11 @@ RUBY_MODNAME=	${PORTNAME:L}
 CONFIGURE_ARGS=	--with-gd-lib="${LOCALBASE}/lib" \
 		--with-jpeg \
 		--with-ttf \
-		--with-freetype
-INSTALL_TARGET=	site-install
-
-CONFIGURE_ARGS+=	--enable-gd2_0 \
+		--with-freetype \
+		--enable-gd2_0 \
 		--with-gd-include="${LOCALBASE}/include"
-LIB_DEPENDS+=	gd:${PORTSDIR}/graphics/gd
+
+INSTALL_TARGET=	site-install
 
 .include <bsd.port.options.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312112157.rBBLvVPX069925>