diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-12-08 12:08:49 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-12-08 12:08:49 +0000 |
commit | b4bf0594bee9a74124372fce206db785f8a3797b (patch) | |
tree | d9c87e3477da2d69ad01911b3953dcfc471a8bfd | |
parent | 1fb977fa012a11c69a39232e226b8f1468e14849 (diff) | |
download | ports-b4bf0594bee9a74124372fce206db785f8a3797b.tar.gz ports-b4bf0594bee9a74124372fce206db785f8a3797b.zip |
Notes
-rw-r--r-- | graphics/corona/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/corona/Makefile b/graphics/corona/Makefile index c6ee44dbeb8c..427ac005112b 100644 --- a/graphics/corona/Makefile +++ b/graphics/corona/Makefile @@ -26,7 +26,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .if ${OSVERSION} <= 500000 -BROKEN= "Bad C++ code" +USE_GCC= 3.4+ .endif CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ |