svn commit: r339850 - head/cad/pcb

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 23:14:39 UTC 2014


Author: bapt
Date: Wed Jan 15 23:14:38 2014
New Revision: 339850
URL: http://svnweb.freebsd.org/changeset/ports/339850
QAT: https://qat.redports.org/buildarchive/r339850/

Log:
  Reduce over inclusion of bsd.port.mk

Modified:
  head/cad/pcb/Makefile

Modified: head/cad/pcb/Makefile
==============================================================================
--- head/cad/pcb/Makefile	Wed Jan 15 23:12:36 2014	(r339849)
+++ head/cad/pcb/Makefile	Wed Jan 15 23:14:38 2014	(r339850)
@@ -41,6 +41,11 @@ GTK_DESC=	GIMP ToolKit widgets
 NONE_DESC=	No GUI support
 
 NO_STAGE=	yes
+
+.for a in ia64 powerpc sparc64
+BROKEN_${a}=	Does not compile on ia64, powerpc, or sparc64
+.endfor
+
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}
@@ -83,10 +88,4 @@ MAN1=		pcb.1
 CONFIGURE_ARGS+=	--disable-doc
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN=		Does not compile on ia64, powerpc, or sparc64
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list