aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gdb66
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-16 08:00:04 +0800
committerbapt <bapt@FreeBSD.org>2014-01-16 08:00:04 +0800
commit2cc263d4e8ebc582db71fe5a1390f6bb664571d3 (patch)
tree7465764a0287395285127c185d8908a20a511182 /devel/gdb66
parent8a3d41f373a5bdf479f4183fbe3f964cff57c1d3 (diff)
downloadfreebsd-ports-gnome-2cc263d4e8ebc582db71fe5a1390f6bb664571d3.tar.gz
freebsd-ports-gnome-2cc263d4e8ebc582db71fe5a1390f6bb664571d3.tar.zst
freebsd-ports-gnome-2cc263d4e8ebc582db71fe5a1390f6bb664571d3.zip
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'devel/gdb66')
-rw-r--r--devel/gdb66/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile
index bcfb30bd7755..f14329f88806 100644
--- a/devel/gdb66/Makefile
+++ b/devel/gdb66/Makefile
@@ -73,11 +73,9 @@ PLIST_SUB+= INSIGHT='@comment '
CONFLICTS+= gdb-insight*
.endif
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc"
-BROKEN= Does not configure on ia64 or powerpc
-.endif
+.for a in ia64 powerpc
+BROKEN_${a}= Does not configure on ia64 or powerpc
+.endfor
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
@@ -113,4 +111,4 @@ do-install:
${PREFIX}/lib/insight1.0
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>