diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-26 17:45:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-26 17:45:37 +0000 |
commit | 493027699bb38885a1eada28e62d32248f904a63 (patch) | |
tree | 5eac61724fa3765eef8974c3ff1ed5438869e3f8 /editors/abiword-devel | |
parent | 4892a9bb3fd791b7d622e7a7fdd1884391550e3f (diff) |
Notes
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r-- | editors/abiword-devel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index eba4d46740a0..cc6708b596e8 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/Makefile @@ -43,6 +43,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ CONFIGURE_ARGS= --enable-xft MAKEFILE= GNUmakefile +ONLY_FOR_ARCHS= i386 + .include <bsd.port.pre.mk> .if exists(${LOCALBASE}/include/wv.h) @@ -62,10 +64,6 @@ LIB_DEPENDS+= gucharmap.3:${PORTSDIR}/deskutils/gucharmap CONFIGURE_ARGS+= --enable-cmap=no .endif -.if ${OSVERSION} < 500000 || ${ARCH} == "alpha" -ONLY_FOR_ARCHS= i386 -.endif - pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" |