diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-04-25 01:29:28 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-04-25 01:29:28 +0000 |
commit | 4390c6843fd2f4239e7fa0fb13b91b30dd04ada8 (patch) | |
tree | a8e674a9ad212b57353f43df7ca0ee05e63eda87 /net/easysoap | |
parent | 72a932922fbaafa787f706379a00f26ca578c8ec (diff) | |
download | ports-4390c6843fd2f4239e7fa0fb13b91b30dd04ada8.tar.gz ports-4390c6843fd2f4239e7fa0fb13b91b30dd04ada8.zip |
Notes
Diffstat (limited to 'net/easysoap')
-rw-r--r-- | net/easysoap/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net/easysoap/Makefile b/net/easysoap/Makefile index ddad2eb02198..5566e5e8bd7b 100644 --- a/net/easysoap/Makefile +++ b/net/easysoap/Makefile @@ -7,13 +7,12 @@ PORTNAME= easysoap PORTVERSION= 0.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= EasySoap++-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= glarkin@FreeBSD.org COMMENT= C++ SOAP Library based on expat LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 @@ -26,8 +25,8 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 700000 && ${ARCH} == "amd64" -BROKEN= does not compile on FreeBSD/amd64 6.X +.if ${OSVERSION} < 700042 && ${ARCH} == "amd64" +USE_GCC= 4.2+ .endif post-patch: |