diff options
author | asami <asami@FreeBSD.org> | 1996-07-10 14:31:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-10 14:31:26 +0800 |
commit | 9a0438f8ab98c57d23cb4679b2270e85ba084468 (patch) | |
tree | 637304c9697a8906b1edb9f23c57d963361252d4 /databases | |
parent | c02d72370930df877fe8b5cc1ba13f267f62fd61 (diff) | |
download | freebsd-ports-gnome-9a0438f8ab98c57d23cb4679b2270e85ba084468.tar.gz freebsd-ports-gnome-9a0438f8ab98c57d23cb4679b2270e85ba084468.tar.zst freebsd-ports-gnome-9a0438f8ab98c57d23cb4679b2270e85ba084468.zip |
Make this NO_PACKAGE, it requires user "gnats".
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gnats/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/gnats/Makefile b/databases/gnats/Makefile index 314005025ea4..9cc1ebf700a8 100644 --- a/databases/gnats/Makefile +++ b/databases/gnats/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1995 # Whom: pst # -# $Id: Makefile,v 1.2 1995/11/02 08:07:29 asami Exp $ +# $Id: Makefile,v 1.3 1995/11/22 11:41:26 asami Exp $ # DISTNAME= gnats-3.2 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ # we've got some .elc and info files to compile (yuck) BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs +NO_PACKAGE= yes # requires user "gnats" GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --with-full-gnats |