diff options
Diffstat (limited to 'cad/leocad')
-rw-r--r-- | cad/leocad/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index 7414fa23c528..d8e3c7bbc349 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -29,6 +29,12 @@ USE_REINPLACE= yes MAKE_ENV+= CXX=${CXX} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Broken by changes to make(1) on FreeBSD >= 5.x" +.endif + post-extract: @unzip -q -o ${DISTDIR}/leocad-pieces-20030330.zip -d ${WRKDIR}/pieces @@ -44,4 +50,4 @@ do-install: ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKDIR}/pieces/* ${DATADIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |