diff options
Diffstat (limited to 'devel/gdb52/Makefile')
-rw-r--r-- | devel/gdb52/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/gdb52/Makefile b/devel/gdb52/Makefile index 14c25eb8015..b473a7b331f 100644 --- a/devel/gdb52/Makefile +++ b/devel/gdb52/Makefile @@ -20,6 +20,12 @@ PATCHFILES= gdb521_xfree-loadmod.diff MAINTAINER= mp@FreeBSD.org COMMENT= GNU GDB 5.2 developmental snapshot +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not build" +.endif + USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-suffix=521 @@ -36,4 +42,4 @@ cklatest: ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ | ${GREP} gdb+dejagnu- -.include <bsd.port.mk> +.include <bsd.port.post.mk> |