diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:49:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-30 05:49:11 +0000 |
commit | f3ab1adcfbd79c5c443dd5096c32371d01fc481c (patch) | |
tree | 20fddf97524aea54cc7298c7a2d1ef2f3b41b8c0 /x11-toolkits/xview | |
parent | f31a41e040568005b3b09102cf98224464f1b992 (diff) | |
download | ports-f3ab1adcfbd79c5c443dd5096c32371d01fc481c.tar.gz ports-f3ab1adcfbd79c5c443dd5096c32371d01fc481c.zip |
BROKEN on 5.x: Broken by changes to make(1)
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=118507
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r-- | x11-toolkits/xview/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile index 8efd7161a407..cf227259a982 100644 --- a/x11-toolkits/xview/Makefile +++ b/x11-toolkits/xview/Makefile @@ -30,6 +30,10 @@ MAN1= msgfmt.1 xgettext.1 xview.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Broken by changes to make(1) on FreeBSD >= 5.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's+/usr/X11R6+${PREFIX}+;' \ ${WRKSRC}/config/XView.cf |