diff options
Diffstat (limited to 'devel/libassa/Makefile')
-rw-r--r-- | devel/libassa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index 5d025a37e5d6..e238d26c1c83 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -22,7 +22,7 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" +USE_GCC= 3.3 .endif .include <bsd.port.post.mk> |