diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-12 22:45:45 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-12 22:45:45 +0000 |
commit | eaa435e75cf34f65fab9e2d76a510197dd425997 (patch) | |
tree | bac56be05badfa91538ca57eaa39d2be22eb0a92 /graphics | |
parent | edebfa0b98d2eacb39b9099d5ebca60c24ea8b95 (diff) | |
download | ports-eaa435e75cf34f65fab9e2d76a510197dd425997.tar.gz ports-eaa435e75cf34f65fab9e2d76a510197dd425997.zip |
Bump PORTREVISION after a libfreetype2 major bump.
Move the print/freetype2 dependency from BUILD_DEPENDS to LIB_DEPENDS
while I'm here.
Notes
Notes:
svn path=/head/; revision=55959
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 c10163b407a3..76f2fb822f1d 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 |