diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2008-01-06 18:02:13 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2008-01-06 18:02:13 +0000 |
commit | 2c35ccd30a5a3c1fafcde16492e8d61933ea2099 (patch) | |
tree | a27083e66b3a53d5583abc35893c53efe4a53ba5 /astro | |
parent | fda0c8ec76f88fd4a2d6e71fa5e26cb805ba64c5 (diff) | |
download | ports-2c35ccd30a5a3c1fafcde16492e8d61933ea2099.tar.gz ports-2c35ccd30a5a3c1fafcde16492e8d61933ea2099.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 56c051ed7ea4..1cbb6cf758bf 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -86,10 +86,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -#BROKEN= Does not compile -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |