diff options
author | pav <pav@FreeBSD.org> | 2008-06-19 04:15:27 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-19 04:15:27 +0800 |
commit | 8a5aea30d35ee5e8a09858dab552214412eb1ee8 (patch) | |
tree | 5e6eb8a8af009ea321ac29026940012f33ef5864 /net-p2p | |
parent | 64f742d9f7bd7675075797df29525b80f2313e14 (diff) | |
download | freebsd-ports-gnome-8a5aea30d35ee5e8a09858dab552214412eb1ee8.tar.gz freebsd-ports-gnome-8a5aea30d35ee5e8a09858dab552214412eb1ee8.tar.zst freebsd-ports-gnome-8a5aea30d35ee5e8a09858dab552214412eb1ee8.zip |
- Builds on amd64 now
Diffstat (limited to 'net-p2p')
-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> |