diff options
Diffstat (limited to 'www/mod_snake')
-rw-r--r-- | www/mod_snake/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/mod_snake/Makefile b/www/mod_snake/Makefile index 0cabc7d0f77f..0859604d2e90 100644 --- a/www/mod_snake/Makefile +++ b/www/mod_snake/Makefile @@ -25,10 +25,4 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-apxs="${APXS}" USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -BROKEN= "Does not compile on amd64 or ia64" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |