aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ogre3d
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2009-05-10 01:59:10 +0800
committerOliver Lehmann <oliver@FreeBSD.org>2009-05-10 01:59:10 +0800
commit7e7378b85d89c43fa42e9d2dd0cae21a19659299 (patch)
treea2ab5241c4435f2dbf5d58aa2ed145f641a95e3d /graphics/ogre3d
parent784414bea1888833e768b3f8541859225d33c302 (diff)
downloadfreebsd-ports-gnome-7e7378b85d89c43fa42e9d2dd0cae21a19659299.tar.gz
freebsd-ports-gnome-7e7378b85d89c43fa42e9d2dd0cae21a19659299.tar.zst
freebsd-ports-gnome-7e7378b85d89c43fa42e9d2dd0cae21a19659299.zip
mark BROKEN for FreeBSD < 7
Does not compile
Diffstat (limited to 'graphics/ogre3d')
-rw-r--r--graphics/ogre3d/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/ogre3d/Makefile b/graphics/ogre3d/Makefile
index 6a7769175623..8551b689e72e 100644
--- a/graphics/ogre3d/Makefile
+++ b/graphics/ogre3d/Makefile
@@ -40,6 +40,10 @@ MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 700000
+BROKEN= Does not compile
+.endif
+
.if !defined(WITH_DEBUG)
CONFIGURE_ENV+= CPPFLAGS="-I${X11BASE}/include -DNDEBUG"
.else
@@ -85,7 +89,6 @@ post-patch:
s,defined(__x86_64__),& || defined(__powerpc__) || defined(__ia64__) || defined(__sparc64__) || defined(__alpha__) || defined(__amd64__),' \
${WRKSRC}/OgreMain/include/OgrePlatform.h
-
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}