diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:59:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:59:36 +0000 |
commit | 1ac8a951f5a8ae9ede5b64642bd49840c9b37351 (patch) | |
tree | f8ddbd77399d8277997b81bbbed8fd0752b5bdb7 /ftp/curlpp/Makefile | |
parent | d6b6ebe9e215476bd15d7214f31610b42318e326 (diff) |
Notes
Diffstat (limited to 'ftp/curlpp/Makefile')
-rw-r--r-- | ftp/curlpp/Makefile | 4 |
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 |