diff options
Diffstat (limited to 'devel/gdb66/Makefile')
-rw-r--r-- | devel/gdb66/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index 2175d8841e02..d90af12c348e 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -13,6 +13,7 @@ MAINTAINER= mi@aldan.algebra.com COMMENT?= GNU GDB of newer version than comes with the system BROKEN= unfetchable +BROKEN_powerpc= Does not configure BROKEN_powerpc64= Does not build PKGNAMESUFFIX= 66 @@ -77,10 +78,6 @@ PLIST_SUB+= INSIGHT='@comment ' CONFLICTS+= gdb-insight* .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} .endif |