diff options
-rw-r--r-- | net-p2p/museek+/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/museekplus/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/net-p2p/museek+/Makefile b/net-p2p/museek+/Makefile index bf4830a820f0..3de268a39e63 100644 --- a/net-p2p/museek+/Makefile +++ b/net-p2p/museek+/Makefile @@ -93,10 +93,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include <bsd.port.pre.mk> - -.if ${ARCH} == amd64 -BROKEN= Does not compile on amd64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-p2p/museekplus/Makefile b/net-p2p/museekplus/Makefile index bf4830a820f0..3de268a39e63 100644 --- a/net-p2p/museekplus/Makefile +++ b/net-p2p/museekplus/Makefile @@ -93,10 +93,4 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.include <bsd.port.pre.mk> - -.if ${ARCH} == amd64 -BROKEN= Does not compile on amd64 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |