diff options
Diffstat (limited to 'textproc/galax/Makefile')
-rw-r--r-- | textproc/galax/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/galax/Makefile b/textproc/galax/Makefile index 4b338d2158a1..b7fa5069b5c5 100644 --- a/textproc/galax/Makefile +++ b/textproc/galax/Makefile @@ -28,13 +28,11 @@ MAKE_ARGS= JAVAHOME=${JAVA_HOME} JAVAINCLUDE="-I${JAVA_HOME}/include -I${JAVA_HO CC=${CC} CPP=${CPP} PLIST_SUB+= GALAX=Galax-${PORTVERSION} +ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS_REASON= Java-1.4 is only available for i386 .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= Does not compile on !i386 -.endif - pre-patch: ${CP} ${WRKSRC}/config/Makefile.unix ${WRKSRC}/config/Makefile |