diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-01-30 23:20:05 +0000 |
commit | a06ee65df0af4a27507365d7991910fcc6881d95 (patch) | |
tree | cad01e52972179ed3ade4df17df7d248b93b620a /graphics/rubyphoto/Makefile | |
parent | 5cf144bec9b55e7fde376d809bd4682b33045ca3 (diff) |
Chase shlib bump of libexpat.
Notes
Notes:
svn path=/head/; revision=154857
Diffstat (limited to 'graphics/rubyphoto/Makefile')
-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 |