diff options
author | kris <kris@FreeBSD.org> | 2004-03-05 20:20:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-05 20:20:58 +0800 |
commit | b6d3d3ff9726b3018cb914588e2dea85dc6037bd (patch) | |
tree | 6bbae406151cb446553e4fd5fe91fa41def081c7 /x11-toolkits/xview | |
parent | 1e33c5706f16b3a822af8f5d00ecdbcdf7bee230 (diff) | |
download | freebsd-ports-gnome-b6d3d3ff9726b3018cb914588e2dea85dc6037bd.tar.gz freebsd-ports-gnome-b6d3d3ff9726b3018cb914588e2dea85dc6037bd.tar.zst freebsd-ports-gnome-b6d3d3ff9726b3018cb914588e2dea85dc6037bd.zip |
BROKEN on amd64: Does not compile
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index bb08008fb2db..35194499c1d6 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -28,6 +28,12 @@ ALL_TARGET= World MAN1= msgfmt.1 xgettext.1 xview.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" +BROKEN= "Does not compile on amd64" +.endif + post-patch: @${REINPLACE_CMD} -e 's+/usr/X11R6+${PREFIX}+;' \ ${WRKSRC}/config/XView.cf @@ -49,4 +55,4 @@ post-install: @(cd ${WRKSRC}; ${MAKE} -k 'SUBDIRS=doc' install) .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |