summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-08-06 04:03:31 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-08-06 04:03:31 +0000
commit1731571e11f7887cc60ae1c9ad66e6f8694c339c (patch)
tree705ec6c23344f690a10587af78a4f7a4a9c06442 /x11-toolkits/xview
parentAdd dependency to math/qrupdate, and bump portrevision. (diff)
The port needs COMPAT_43TTY defined to build on -CURRENT
Mark MAKE_JOBS_UNSAFE Submitted by: mel.flynn+fbsd.ports at mailing.thruhere.net
Notes
Notes: svn path=/head/; revision=239014
Diffstat (limited to 'x11-toolkits/xview')
-rw-r--r--x11-toolkits/xview/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/xview/Makefile b/x11-toolkits/xview/Makefile
index 97ec93eed246..ae30ea788adb 100644
--- a/x11-toolkits/xview/Makefile
+++ b/x11-toolkits/xview/Makefile
@@ -18,6 +18,8 @@ DISTNAME= xview3.2p1-X11R6
MAINTAINER= ports@FreeBSD.org
COMMENT= X Window-System-based Visual/Integrated Environment for Workstations
+MAKE_JOBS_UNSAFE= yes
+
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
@@ -38,6 +40,10 @@ X11BASE2FIX= clients/olwmslave/help_file.c lib/libxview/help/help_file.c \
.include <bsd.port.pre.mk>
+.if ${OSVERSION} > 800089
+CFLAGS+= -DCOMPAT_43TTY
+.endif
+
pre-configure:
@${REINPLACE_CMD} -e 's+/usr/local+${PREFIX}+;' \
${WRKSRC}/config/XView.cf