diff options
Diffstat (limited to 'graphics/dore/Makefile')
-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 |