diff options
author | torstenb <torstenb@FreeBSD.org> | 1997-10-15 09:38:57 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1997-10-15 09:38:57 +0000 |
commit | 368ae950298403a6de9c04d48bbf70b1c07c9fc6 (patch) | |
tree | ac09bb278290a02f49d8e04cc91cb9cf2d7bfe2e | |
parent | b82ff1bb88d80420f82562ffb1cb17757d18563a (diff) | |
download | FreeBSD-ports-368ae950298403a6de9c04d48bbf70b1c07c9fc6.zip FreeBSD-ports-368ae950298403a6de9c04d48bbf70b1c07c9fc6.tar.gz |
fix typo in BUILD_DEPENDS
-rw-r--r-- | mail/smail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index ec7d3eb..bb2eb79 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.17 1996/11/30 01:03:24 torstenb Exp $ +# $Id: Makefile,v 1.18 1997/10/15 09:16:03 torstenb Exp $ # DISTNAME= smail-3.2.0.97 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ \ MAINTAINER= torstenb@FreeBSD.ORG -BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident \ ${REPFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper +BUILD_DEPENDS= ${PREFIX}/lib/libident.a:${PORTSDIR}/security/libident \ ${PREFIX}/lib/libwrap.a:${PORTSDIR}/security/tcp_wrapper INSTALL_TARGET= install installman |