diff options
author | beat <beat@FreeBSD.org> | 2012-07-24 16:16:40 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-07-24 16:16:40 +0800 |
commit | a57a8d43977546a179007c4ea352dde7b8a91ffb (patch) | |
tree | f31b8f83ab0ff8e1ebfd99f34658333cd728d785 /net-p2p/bittyrant | |
parent | 89feb9a5e10ff45dea92f73ce27c8f70cd6af5a9 (diff) | |
download | freebsd-ports-gnome-a57a8d43977546a179007c4ea352dde7b8a91ffb.tar.gz freebsd-ports-gnome-a57a8d43977546a179007c4ea352dde7b8a91ffb.tar.zst freebsd-ports-gnome-a57a8d43977546a179007c4ea352dde7b8a91ffb.zip |
- Replace NOT_FOR_ARCHS with BROKEN as this port is supposed to work on
amd64.
Requested by: linimon
Diffstat (limited to 'net-p2p/bittyrant')
-rw-r--r-- | net-p2p/bittyrant/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/bittyrant/Makefile b/net-p2p/bittyrant/Makefile index 2a36467bcbb0..ad7b50e71fd6 100644 --- a/net-p2p/bittyrant/Makefile +++ b/net-p2p/bittyrant/Makefile @@ -21,9 +21,6 @@ BUILD_DEPENDS= ${JAVALIBDIR}/log4j.jar:${PORTSDIR}/devel/log4j \ ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT} RUN_DEPENDS= ${JAVALIBDIR}/${SWT}.jar:${PORTSDIR}/x11-toolkits/${SWT} -NOT_FOR_ARCHS= amd64 -NOT_FOR_ARCHS_REASON_amd64= Does not build - USE_ZIP= yes USE_DOS2UNIX= build.xml \ org/gudy/azureus2/ui/swt/test/PrintTransferTypes.java \ @@ -53,6 +50,10 @@ SUB_LIST= JARFILE="${PORTNAME}.jar" \ .include <bsd.port.options.mk> +.if ${ARCH} == "amd64" +BROKEN= Does not build +.endif + .if ${PORT_OPTIONS:MSWTDEVEL} SWT= swt-devel .else |