aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb66
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-16 00:00:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-16 00:00:04 +0000
commit22c03fd2c4ee92529d2ec24ff90b315fd255c1d7 (patch)
tree7465764a0287395285127c185d8908a20a511182 /devel/gdb66
parenteacf66369a5bb89b964df4432efab3683c713899 (diff)
downloadports-22c03fd2c4ee92529d2ec24ff90b315fd255c1d7.tar.gz
ports-22c03fd2c4ee92529d2ec24ff90b315fd255c1d7.zip
Reduce over inclusion of bsd.port.mk
Notes
Notes: svn path=/head/; revision=339877
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>