diff options
-rw-r--r-- | comms/nec2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/nec2c/Makefile b/comms/nec2c/Makefile index 58f451cc4315..dbcdbea7cb81 100644 --- a/comms/nec2c/Makefile +++ b/comms/nec2c/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= ccm:${PORTSDIR}/math/ccmath .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "does not build (gcc does not understand complex numbers)" +USE_GCC= 3.4+ .endif post-patch: |