aboutsummaryrefslogtreecommitdiff
path: root/graphics/pvmpov
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-07-03 21:39:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-07-03 21:39:43 +0000
commit0abcf84e4b1039fe4da1e6e058edf149eaa6c4a1 (patch)
treec614a6d8ede6c872e0caaa967414138c52226a1e /graphics/pvmpov
parent2918466f1b82540037b32d81d15584140c43c547 (diff)
downloadports-0abcf84e4b1039fe4da1e6e058edf149eaa6c4a1.tar.gz
ports-0abcf84e4b1039fe4da1e6e058edf149eaa6c4a1.zip
- Mark BROKEN on CURRENT: does not compile with GCC 4.2
Notes
Notes: svn path=/head/; revision=194832
Diffstat (limited to 'graphics/pvmpov')
-rw-r--r--graphics/pvmpov/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/pvmpov/Makefile b/graphics/pvmpov/Makefile
index 8056ffacccd7..79d15c45c4e7 100644
--- a/graphics/pvmpov/Makefile
+++ b/graphics/pvmpov/Makefile
@@ -36,6 +36,12 @@ PORTDOCS= *
PLIST_FILES= bin/x-pvmpov \
lib/pvm/bin/FREEBSD/x-pvmpov
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
pre-configure:
@ (cd ${WRKDIRPREFIX}${.CURDIR}/../../graphics/povray31/work && \
${TAR} -c -f - povray31 ) \
@@ -57,4 +63,4 @@ do-install:
@ ${INSTALL_DATA} ${WRKSRC}/doc/PVMPOV-HOWTO.html ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>