diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-18 10:21:14 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-08-18 10:21:14 +0000 |
commit | e98e2bb4b4d088e975539513f9157f46e4805ae9 (patch) | |
tree | d79ecea5373281cb1b0e1b1dc38b46084c6a7a5f /sysutils | |
parent | d686735b84672980f870dd6e6d7110b60c58063e (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/megarc/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/megarc/Makefile b/sysutils/megarc/Makefile index 2ae160ee373f..b93d4a3ad45e 100644 --- a/sysutils/megarc/Makefile +++ b/sysutils/megarc/Makefile @@ -20,7 +20,6 @@ NO_WRKSUBDIR= yes ONLY_FOR_ARCHS= i386 amd64 RESTRICTED= Must be downloaded directly from the manufacturer -BROKEN= Running megarc seems to cause memory corruption PLIST_FILES= sbin/megarc PORTDOCS= * @@ -35,4 +34,10 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 700000 +BROKEN= only works in FreeBSD 6.x and earlier +.endif + +.include <bsd.port.post.mk> |