diff options
author | danfe <danfe@FreeBSD.org> | 2005-02-11 20:10:54 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-02-11 20:10:54 +0800 |
commit | 62b419f3b205cd7e40f450f7a54ea1aa4d91b5ac (patch) | |
tree | cc0347fc1d9691a587b4f44224cfba3c6db78d0d /graphics/dore | |
parent | e81c5ca01d488e39112d72ee5a3027b08a72ff84 (diff) | |
download | freebsd-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/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 |