summaryrefslogtreecommitdiff
path: root/databases/tkgnats/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-03 22:06:12 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-03 22:06:12 +0000
commitdc142d45b9821f089c56fcbb6e5bb73500cd9a8a (patch)
tree14fac006a1484e79b3ba6b50c6ec4c81361586d6 /databases/tkgnats/Makefile
parentConvert to ELF. (diff)
Remove regexp support for tk81 libraries.
Notes
Notes: svn path=/head/; revision=13615
Diffstat (limited to '')
-rw-r--r--databases/tkgnats/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/tkgnats/Makefile b/databases/tkgnats/Makefile
index 5c5b6c26b75b..7f3cd81c526f 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.4 1998/08/17 00:52:40 steve Exp $
+# $Id: Makefile,v 1.5 1998/08/30 10:15:09 andreas Exp $
#
DISTNAME= tkgnats-3.0.6
@@ -13,6 +13,6 @@ MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkgnats/
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= nedit-pr:${PORTSDIR}/databases/gnats
-LIB_DEPENDS= tk81\\.1\\.:${PORTSDIR}/x11-toolkits/tk81
+LIB_DEPENDS= tk81.1:${PORTSDIR}/x11-toolkits/tk81
.include <bsd.port.mk>