aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/bittyrant
diff options
context:
space:
mode:
authorBeat Gaetzi <beat@FreeBSD.org>2012-07-24 08:16:40 +0000
committerBeat Gaetzi <beat@FreeBSD.org>2012-07-24 08:16:40 +0000
commitb177c5ae2bd4b11cb35906be556e6da75d2cc435 (patch)
treef31b8f83ab0ff8e1ebfd99f34658333cd728d785 /net-p2p/bittyrant
parent42d4168c608f560299def7351b58fb688b2c8265 (diff)
downloadports-b177c5ae2bd4b11cb35906be556e6da75d2cc435.tar.gz
ports-b177c5ae2bd4b11cb35906be556e6da75d2cc435.zip
Notes
Diffstat (limited to 'net-p2p/bittyrant')
-rw-r--r--net-p2p/bittyrant/Makefile7
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