diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 12:20:58 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-05 12:20:58 +0000 |
commit | f50c7f319999335caab08824b7d758a2db7d5bc5 (patch) | |
tree | 44596052527a5d27fc74ac9b68213ccc625d720c /x11-toolkits/xview | |
parent | f5fbc6557b2e106d81d6f46c8ef5cf32976f1e32 (diff) | |
download | ports-f50c7f319999335caab08824b7d758a2db7d5bc5.tar.gz ports-f50c7f319999335caab08824b7d758a2db7d5bc5.zip |
Notes
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> |