diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-27 01:45:37 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-27 01:45:37 +0800 |
commit | e540dbc4bfbf7e6228a047623d608802e09b0bf7 (patch) | |
tree | 38a28c7774038970f670841270e1dee3f4a30ca3 /editors | |
parent | 2a5dae88b9cafb225c6e37714a709ed9d55dfe7f (diff) | |
download | freebsd-ports-gnome-e540dbc4bfbf7e6228a047623d608802e09b0bf7.tar.gz freebsd-ports-gnome-e540dbc4bfbf7e6228a047623d608802e09b0bf7.tar.zst freebsd-ports-gnome-e540dbc4bfbf7e6228a047623d608802e09b0bf7.zip |
Looks like there are no 64-bit platforms on which AbiWord builds at this time.
Reported by: bento via kris
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord2/Makefile | 6 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 6 | ||||
-rw-r--r-- | editors/abiword/Makefile | 6 |
3 files changed, 6 insertions, 12 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index eba4d46740a0..cc6708b596e8 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/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):" 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):" diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index eba4d46740a0..cc6708b596e8 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/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):" |