diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-03-30 04:20:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-03-30 04:20:31 +0000 |
commit | 1e0eac31b5ab4c24a9ec69fe783f181310faaa39 (patch) | |
tree | 392d60f8e02820b13018210da2e43099ca85244c /www/mod_snake | |
parent | c0a1674718968e9d1bbb7140e4750c5e90e275ba (diff) | |
download | ports-1e0eac31b5ab4c24a9ec69fe783f181310faaa39.tar.gz ports-1e0eac31b5ab4c24a9ec69fe783f181310faaa39.zip |
Notes
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> |