diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-18 09:03:44 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-04-18 09:03:44 +0000 |
commit | 428e50a330388ca4a9e54b1414fe3b332729d20f (patch) | |
tree | 46a893e073e8eb8de4e16010765b6c2738306875 /databases/tkgnats | |
parent | 1f42f892a537cc9494af34097e9f918af9e4ba39 (diff) | |
download | ports-428e50a330388ca4a9e54b1414fe3b332729d20f.tar.gz ports-428e50a330388ca4a9e54b1414fe3b332729d20f.zip |
Notes
Diffstat (limited to 'databases/tkgnats')
-rw-r--r-- | databases/tkgnats/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/tkgnats/Makefile b/databases/tkgnats/Makefile index 900ba16cc136..5dcd9f782853 100644 --- a/databases/tkgnats/Makefile +++ b/databases/tkgnats/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 18 Apr 1998 10:12:20 CEST # Whom: andreas # -# $Id: Makefile,v 1.11 1998/02/18 06:45:54 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1998/04/18 08:58:00 andreas Exp $ # DISTNAME= tkgnats-3.0.3 @@ -12,6 +12,7 @@ MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkgnats/ MAINTAINER= andreas@FreeBSD.ORG -LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 +BUILD_DEPENDS= nedit-pr:${PORTSDIR}/databases/gnats +LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11/tk81 .include <bsd.port.mk> |