diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-13 18:11:56 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-12-13 18:11:56 +0000 |
commit | fe092f1c765c79e0e08ab803a19b7fa4a8afea68 (patch) | |
tree | 2eaf5169bc673af6a54e45746982bf65b8a259d4 /cad/kicad | |
parent | abe3fc08c9a8bbf7fca64967f62bb420d3772eb3 (diff) | |
download | ports-fe092f1c765c79e0e08ab803a19b7fa4a8afea68.tar.gz ports-fe092f1c765c79e0e08ab803a19b7fa4a8afea68.zip |
Notes
Diffstat (limited to 'cad/kicad')
-rw-r--r-- | cad/kicad/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index f92243543550..3eec667116cf 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -27,6 +27,9 @@ LIB_DEPENDS= wx_gtk2_core-2.6.0:${PORTSDIR}/x11-toolkits/wxgtk26 .if !defined(NOPORTDOCS) DISTFILES+= doc_components-${DOCVERSION}${EXTRACT_SUFX}:dat DOCVERSION= 2005-09-27 +. if defined(PACKAGE_BUILDING) # unzip is used during post-install: +RUN_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip +. endif .endif WRKSRC= ${WRKDIR}/kicad-dev @@ -54,6 +57,10 @@ RUN_DEPENDS+= konqueror:${PORTSDIR}/x11/kdebase3 RUN_DEPENDS+= xpdf:${PORTSDIR}/graphics/xpdf .endif +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on ${OSVERSION}" +.endif + post-extract: for f in `${FIND} ${WRKSRC} -name ${MAKEFILE}`; do \ ${CP} $$f $$f.dos && \ |