diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-08-03 19:11:26 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-08-03 19:11:26 +0000 |
commit | 604a6013555d0483ed38d24d279314e4603565aa (patch) | |
tree | fe6e567d25c184426312751abdc4baba746298b0 | |
parent | 6e945f7b4bf346a4e00f9127f4da509b52e30fb2 (diff) | |
download | freebsd-ports-604a6013555d0483ed38d24d279314e4603565aa.zip |
Don't allow a package to be made, and insist that gnats UID is present before
installing.
Suggested by: jhs
-rw-r--r-- | databases/gnats/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index 4a4f4eb37b9b..47a308a3fcbb 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -3,13 +3,15 @@ # Date created: 10 November 1995 # Whom: pst # -# $Id: Makefile,v 1.2 1995/11/02 08:07:29 asami Exp $ +# $Id: Makefile,v 1.5 1996/07/20 06:54:33 pst Exp $ # DISTNAME= gnats-3.97-beta CATEGORIES+= databases MASTER_SITES= ftp://ftp.cygnus.com/pub/ +NO_PACKAGE= "Requires gnats UID" + # we've got some .elc and info files to compile (yuck) BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs \ gm4:${PORTSDIR}/devel/m4 |