svn commit: r336231 - head/graphics/ruby-gd
Dirk Meyer
dinoex at FreeBSD.org
Wed Dec 11 21:57:31 UTC 2013
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 at 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>
More information about the svn-ports-all
mailing list