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 /devel/aegis/Makefile | |
parent | Update to curl-7.20.0. (diff) |
Chase the ftp/curl shlib version bump.
Diffstat (limited to 'devel/aegis/Makefile')
-rw-r--r-- | devel/aegis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/aegis/Makefile b/devel/aegis/Makefile index d29783311c52..3803e77982e5 100644 --- a/devel/aegis/Makefile +++ b/devel/aegis/Makefile @@ -7,14 +7,14 @@ PORTNAME= aegis PORTVERSION= 4.24 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= alepulver@FreeBSD.org COMMENT= Transaction-based software configuration management system -LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl RUN_DEPENDS= tkdiff:${PORTSDIR}/textproc/tkdiff USE_GETTEXT= yes |