Date: Tue, 24 Jul 2012 09:09:23 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301448 - head/sysutils/dfc Message-ID: <201207240909.q6O99N4a009709@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jul 24 09:09:23 2012 New Revision: 301448 URL: http://svn.freebsd.org/changeset/ports/301448 Log: Still broken on 7.X Submitted by: pointyhat (beat) Modified: head/sysutils/dfc/Makefile Modified: head/sysutils/dfc/Makefile ============================================================================== --- head/sysutils/dfc/Makefile Tue Jul 24 09:04:13 2012 (r301447) +++ head/sysutils/dfc/Makefile Tue Jul 24 09:09:23 2012 (r301448) @@ -33,4 +33,10 @@ CMAKE_ARGS+= -DNLS_ENABLED=false PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= does not compile on FreeBSD 7.X +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207240909.q6O99N4a009709>