diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-06 22:03:17 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-10-06 22:03:17 +0000 |
commit | 48c082fafa87ca283fe3cc550380e04455803228 (patch) | |
tree | 7bc62a523689ee105f51cfa5e4c077d128c47b81 /mail/smail | |
parent | b8859bcb27232c4ff1d65ec8d9539deb1bc4b7ab (diff) | |
download | ports-48c082fafa87ca283fe3cc550380e04455803228.tar.gz ports-48c082fafa87ca283fe3cc550380e04455803228.zip |
Notes
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index ad3559819791..b68c5bd70cab 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.8 1995/05/05 21:44:54 torstenb Exp $ +# $Id: Makefile,v 1.9 1995/05/12 07:25:12 asami Exp $ # DISTNAME= smail-3.1.29.1 @@ -12,9 +12,7 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ MAINTAINER= torstenb@FreeBSD.ORG -.if !exists(/usr/local/bin/bash) -DEPENDS= ${PORTSDIR}/shells/bash -.endif +BUILD_DEPENDS= bash:${PREFIX}/shells/bash MAKE_FLAGS= "SHELL=/usr/local/bin/bash" |