aboutsummaryrefslogtreecommitdiff
path: root/ftp/curl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r--ftp/curl/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 4df6ca4cd3c5..54c8f52f2b5a 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= curl
-PORTVERSION= 7.10.7
+PORTVERSION= 7.10.8
CATEGORIES= ftp ipv6 www
MASTER_SITES= http://curl.haxx.se/download/ \
${MASTER_SITE_SOURCEFORGE} \
@@ -51,11 +51,6 @@ USE_OPENSSL= yes
.include <bsd.port.pre.mk>
-.if ${ARCH} == "sparc64" || ${ARCH} == "alpha" || ${ARCH} == "ia64" || \
- ${ARCH} == "powerpc"
-BROKEN= "DNS resolution problems on 64-bit machines"
-.endif
-
.if !defined(WITHOUT_SSL)
CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE}
.else