aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb6/Makefile')
-rw-r--r--devel/gdb6/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile
index a8e8ec2f7ecf..b0f5af3773b7 100644
--- a/devel/gdb6/Makefile
+++ b/devel/gdb6/Makefile
@@ -45,13 +45,6 @@ CFLAGS+= -include ${FILESDIR}/fbsd4.h
.if ${ARCH} == "amd64"
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
.endif
-.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" || ${ARCH} == "ia64"
-PLIST_SUB+= NO_NATIVE_GDB=""
-post-install:
- cd ${PREFIX}/bin ; ${LN} -sf gdb${PORTVERSION} gdb
-.else
-PLIST_SUB+= NO_NATIVE_GDB="@comment "
-.endif
post-patch:
@${REINPLACE_CMD} -e 's/$$/ [GDB v6.x for FreeBSD]/' \