diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-11 21:57:31 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-12-11 21:57:31 +0000 |
| commit | eeec7b60ae351cdc49c9c7c06ebae4ca77f6f0ec (patch) | |
| tree | 0ef067f88d4b25e31db9db9c580644cab3b1517c /graphics/ruby-gd | |
| parent | 2dec0e65e38137edc1a377795c1ed13c8c5d039a (diff) | |
Notes
Diffstat (limited to 'graphics/ruby-gd')
| -rw-r--r-- | graphics/ruby-gd/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 9ca1ed88a5d8..4d2d4468f07b 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -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> |
