diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 10:07:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 10:07:46 +0000 |
commit | e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10 (patch) | |
tree | 063debb19e67919e6431267749f9dacaee742e4b /mail/cyrus-imapd | |
parent | 6f13f9b4bb2e3ec1b807aed86f12d4d575efbc46 (diff) | |
download | FreeBSD-ports-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.zip FreeBSD-ports-e8344f8d9da46cc82495fc6afac1ddbe2b9c3f10.tar.gz |
tcl80 has been ELFized.
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index d221861..c716ca2 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -3,7 +3,7 @@ # Date created: May 4th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.7 1998/02/25 09:41:30 asami Exp $ +# $Id: Makefile,v 1.8 1998/09/23 15:36:26 stb Exp $ # DISTNAME= cyrus-imapd-v1.5.14 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ MAINTAINER= stb@FreeBSD.ORG -LIB_DEPENDS= tcl80\\.1\\.:${PORTSDIR}/lang/tcl80 +LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend HAS_CONFIGURE= YES |