1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Replace NOT_FOR_ARCHS with BROKEN as this port is supposed to work on

amd64.

Requested by:	linimon
This commit is contained in:
Beat Gaetzi 2012-07-24 08:16:40 +00:00
parent 42d4168c60
commit b177c5ae2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301443

View File

@ -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