svn commit: r301448 - head/sysutils/dfc

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 24 09:09:24 UTC 2012


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>



More information about the svn-ports-all mailing list