diff options
Diffstat (limited to 'graphics/rubyphoto')
-rw-r--r-- | graphics/rubyphoto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/rubyphoto/Makefile b/graphics/rubyphoto/Makefile index cf1a7cfee783..8fbe36e12247 100644 --- a/graphics/rubyphoto/Makefile +++ b/graphics/rubyphoto/Makefile @@ -7,14 +7,14 @@ PORTNAME= rubyphoto PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics ruby www MASTER_SITES= http://www.markhj.com/rubyphoto/files/ MAINTAINER= ports@FreeBSD.org COMMENT= A program for creating web image galleries -LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ ${RUBY_SITELIBDIR}/image_size.rb:${PORTSDIR}/graphics/ruby-image_size \ ${RUBY_SITELIBDIR}/xml/parser.rb:${PORTSDIR}/textproc/ruby-xmlparser |