diff options
author | knu <knu@FreeBSD.org> | 2002-03-12 22:45:45 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-03-12 22:45:45 +0000 |
commit | 221d49d299e3889452ac7bd5c913464d4309988e (patch) | |
tree | 7448d8b8f10d536a1d901d7e97aa31bf41b94081 /graphics | |
parent | 972d05a7e1157784137761be80414632f3fab9ce (diff) | |
download | FreeBSD-ports-221d49d299e3889452ac7bd5c913464d4309988e.zip FreeBSD-ports-221d49d299e3889452ac7bd5c913464d4309988e.tar.gz |
Bump PORTREVISION after a libfreetype2 major bump.
Move the print/freetype2 dependency from BUILD_DEPENDS to LIB_DEPENDS
while I'm here.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ruby-gd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index c10163b..76f2fb8 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -7,7 +7,7 @@ PORTNAME= GD PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics ruby MASTER_SITES= http://www.acc.ne.jp/~tam/GD/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,8 +17,8 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org -BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ + freetype.9:${PORTSDIR}/print/freetype2 USE_RUBY= yes USE_RUBY_EXTCONF= yes |