aboutsummaryrefslogtreecommitdiff
path: root/ftp/curlpp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 02:59:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 02:59:36 +0000
commit1ac8a951f5a8ae9ede5b64642bd49840c9b37351 (patch)
treef8ddbd77399d8277997b81bbbed8fd0752b5bdb7 /ftp/curlpp
parentd6b6ebe9e215476bd15d7214f31610b42318e326 (diff)
downloadports-1ac8a951f5a8ae9ede5b64642bd49840c9b37351.tar.gz
ports-1ac8a951f5a8ae9ede5b64642bd49840c9b37351.zip
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100458
Diffstat (limited to 'ftp/curlpp')
-rw-r--r--ftp/curlpp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile
index 99e28b192bbc..c41cc1cbe649 100644
--- a/ftp/curlpp/Makefile
+++ b/ftp/curlpp/Makefile
@@ -25,6 +25,10 @@ INSTALLS_SHLIB= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
.if ${OSVERSION} < 500035
USE_GCC= 3.1
.else