svn commit: r390712 - head/cad/klayout

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 27 14:32:12 UTC 2015


Author: bapt
Date: Sat Jun 27 14:32:12 2015
New Revision: 390712
URL: https://svnweb.freebsd.org/changeset/ports/390712

Log:
  Use BROKEN helpers

Modified:
  head/cad/klayout/Makefile

Modified: head/cad/klayout/Makefile
==============================================================================
--- head/cad/klayout/Makefile	Sat Jun 27 14:30:19 2015	(r390711)
+++ head/cad/klayout/Makefile	Sat Jun 27 14:32:12 2015	(r390712)
@@ -26,6 +26,8 @@ PLIST_FILES=	bin/klayout \
 		lib/libklayout.so
 PLATFORMKEYWORD=freebsd-32-gcc-release
 
+BROKEN_sparc64=	Does not compile on sparc64: gcc bug
+
 do-build:
 	cd ${WRKSRC} && \
 	    ${SETENV} CC=${CC} CXX=${CXX} \
@@ -42,10 +44,4 @@ do-install:
 	    ${INSTALL_LIB} ${PLIST_FILES:Mlib/*:S,^lib/,,} \
 	    ${STAGEDIR}${PREFIX}/lib
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "sparc64"
-BROKEN=		Does not compile on sparc64: gcc bug
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list