summaryrefslogtreecommitdiff
path: root/graphics/dore
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-02-11 12:10:54 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-02-11 12:10:54 +0000
commit7014842c2097ab7b28f7f64b9881a8c6e3191547 (patch)
tree7246cb76d494ef7320a59e7f237481404036f584 /graphics/dore
parentDrop Maintainership. I will not find enough time in the (diff)
Unbreak the build.
Notes
Notes: svn path=/head/; revision=128514
Diffstat (limited to 'graphics/dore')
-rw-r--r--graphics/dore/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile
index 2fafc2c16d3e..8bfdc549d6d0 100644
--- a/graphics/dore/Makefile
+++ b/graphics/dore/Makefile
@@ -23,13 +23,10 @@ WRKSRC= ${WRKDIR}/dore
EXTRACT_CMD= ${MKDIR} ${WRKSRC}; cd ${WRKSRC}; ${GZIP_CMD}
MAKEFILE= mk.stdx
MAKE_ENV= DORE_LOC=${WRKDIR}
+NOPRECIOUSMAKEVARS= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not build on FreeBSD >= 5.x"
-.endif
-
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif