aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dore
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-02-11 20:10:54 +0800
committerdanfe <danfe@FreeBSD.org>2005-02-11 20:10:54 +0800
commit62b419f3b205cd7e40f450f7a54ea1aa4d91b5ac (patch)
treecc0347fc1d9691a587b4f44224cfba3c6db78d0d /graphics/dore
parente81c5ca01d488e39112d72ee5a3027b08a72ff84 (diff)
downloadfreebsd-ports-gnome-62b419f3b205cd7e40f450f7a54ea1aa4d91b5ac.tar.gz
freebsd-ports-gnome-62b419f3b205cd7e40f450f7a54ea1aa4d91b5ac.tar.zst
freebsd-ports-gnome-62b419f3b205cd7e40f450f7a54ea1aa4d91b5ac.zip
Unbreak the build.
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