diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 20:15:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 20:15:27 +0000 |
commit | 4fbeb4f2ed695e7d47323df715c3bcefbaa33316 (patch) | |
tree | e62225ebc76a7b5ad70b0dba2ffd5c8fe01f7b7e /net-p2p | |
parent | 76979f231526b437d42a5252d39ca180a0a870a2 (diff) | |
download | ports-4fbeb4f2ed695e7d47323df715c3bcefbaa33316.tar.gz ports-4fbeb4f2ed695e7d47323df715c3bcefbaa33316.zip |
- Builds on amd64 now
Notes
Notes:
svn path=/head/; revision=215118
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> |