diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 06:09:25 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 06:09:25 +0000 |
commit | acf29e4210d2a5bee6828e7975999e33d0c8371c (patch) | |
tree | b044b215ae668647dc57084429d4a0c78e357df7 /databases | |
parent | Change BROKEN to IGNORE since the port actually builds with 4.x's perl, (diff) |
Change BROKEN to FORBIDDEN to prevent the package build
Notes
Notes:
svn path=/head/; revision=101685
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index ff841d7a6e9a..6bddc6f6c4b6 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -17,7 +17,7 @@ COMMENT= Cygnus GNATS bug tracking system BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -BROKEN= Compilation errors and security issues +FORBIDDEN= Compilation errors and security issues GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lispdir=${PREFIX}/share/emacs/site-lisp \ |