diff options
author | steve <steve@FreeBSD.org> | 1998-09-26 23:11:03 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-26 23:11:03 +0000 |
commit | b39061174674e573738ce7994ec875b286364860 (patch) | |
tree | 77c9d5b92a7671beba43c3762d02ef1ecca6a013 /mbone | |
parent | 0418e4a89c56b7d684ffd05a76db0458f84808dc (diff) | |
download | FreeBSD-ports-b39061174674e573738ce7994ec875b286364860.zip FreeBSD-ports-b39061174674e573738ce7994ec875b286364860.tar.gz |
Remove regexp support for tk42.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rtpmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/rtpmon/Makefile b/mbone/rtpmon/Makefile index d0dc207..3e91278 100644 --- a/mbone/rtpmon/Makefile +++ b/mbone/rtpmon/Makefile @@ -3,7 +3,7 @@ # Date created: 1 November 1996 # Whom: Bill Fenner <fenner@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/08/05 09:31:32 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/07 23:56:36 asami Exp $ # DISTNAME= rtpmon-1.0a7 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://mm-ftp.cs.berkeley.edu/pub/rtpmon/ MAINTAINER= fenner@FreeBSD.org -LIB_DEPENDS= tk42\\.1:${PORTSDIR}/x11-toolkits/tk42 +LIB_DEPENDS= tk42.1:${PORTSDIR}/x11-toolkits/tk42 BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf GNU_CONFIGURE= yes |