aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb53-act/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb53-act/Makefile')
-rw-r--r--devel/gdb53-act/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gdb53-act/Makefile b/devel/gdb53-act/Makefile
index a00ad2446aed..f529ff6a7fab 100644
--- a/devel/gdb53-act/Makefile
+++ b/devel/gdb53-act/Makefile
@@ -16,6 +16,10 @@ DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
MAINTAINER= john@johnrshannon.com
COMMENT= GDB 5.3 modified by ACT for Ada programming language
+BROKEN= Does not compile with GCC 4.2
+DEPRECATED= does not compile on FreeBSD 7.x and up
+EXPIRATION_DATE=2011-04-17
+
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/gdbada
USE_GMAKE= yes
@@ -25,10 +29,6 @@ CONFIGURE_ARGS+= --disable-nls
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
BROKEN= Does not compile on !i386 and !alpha
.endif