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/libwfut | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) | |
download | ports-29863648e3d55a1df8635d93b18e22c74273d9a3.tar.gz ports-29863648e3d55a1df8635d93b18e22c74273d9a3.zip |
Notes
Diffstat (limited to 'devel/libwfut')
-rw-r--r-- | devel/libwfut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libwfut/Makefile b/devel/libwfut/Makefile index 0b83fcc9f6ef..337f342b071c 100644 --- a/devel/libwfut/Makefile +++ b/devel/libwfut/Makefile @@ -7,7 +7,7 @@ PORTNAME= libwfut PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= SF/worldforge/libwfut%20%28updates%20library%29/${PORTVERSION} @@ -15,7 +15,7 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= WorldForge update library LIB_DEPENDS= sigc-2.0:${PORTSDIR}/devel/libsigc++20 \ - curl.5:${PORTSDIR}/ftp/curl + curl.6:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+=--without-python GNU_CONFIGURE= yes |