diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-10-11 04:18:24 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-10-11 04:18:24 +0000 |
commit | 76994975a584fc74db7b943f3af82b5506cddd9e (patch) | |
tree | 399080c87db41631dc8b28d0042a8a8c19c7c150 /cad | |
parent | 391855dc68bb6e6aaa0d12847a4f436140ff7e25 (diff) |
Now buildable again
Notes
Notes:
svn path=/head/; revision=144901
Diffstat (limited to 'cad')
-rw-r--r-- | cad/leocad/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index d8e3c7bbc349..92b521275b07 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -31,10 +31,6 @@ 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 |