diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-11 12:10:54 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-02-11 12:10:54 +0000 |
commit | 7014842c2097ab7b28f7f64b9881a8c6e3191547 (patch) | |
tree | 7246cb76d494ef7320a59e7f237481404036f584 /graphics/dore | |
parent | 339d092d63a8d87b1f3696796dfd72ad6491e581 (diff) | |
download | ports-7014842c2097ab7b28f7f64b9881a8c6e3191547.tar.gz ports-7014842c2097ab7b28f7f64b9881a8c6e3191547.zip |
Notes
Diffstat (limited to 'graphics/dore')
-rw-r--r-- | graphics/dore/Makefile | 5 |
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 |