diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /editors/morla | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) |
Chase the ftp/curl shlib version bump.
Notes
Notes:
svn path=/head/; revision=252125
Diffstat (limited to 'editors/morla')
-rw-r--r-- | editors/morla/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 05af29789213..0933f4a70958 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -7,7 +7,7 @@ PORTNAME= morla PORTVERSION= 0.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -17,7 +17,7 @@ COMMENT= A RDF editor LIB_DEPENDS= nxml.18:${PORTSDIR}/textproc/libnxml \ rdf.0:${PORTSDIR}/textproc/redland \ - curl.5:${PORTSDIR}/ftp/curl + curl.6:${PORTSDIR}/ftp/curl BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz |