aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-10-07 06:03:17 +0800
committertorstenb <torstenb@FreeBSD.org>1995-10-07 06:03:17 +0800
commit57f9383a906a5204a41de84533742196b7a4a474 (patch)
tree2e7ed9c19a8f62bd74e24c516cd95e5c896a847d
parent3c161dbc8b9f907f918d276de36bc9d3e3b2e788 (diff)
downloadfreebsd-ports-gnome-57f9383a906a5204a41de84533742196b7a4a474.tar.gz
freebsd-ports-gnome-57f9383a906a5204a41de84533742196b7a4a474.tar.zst
freebsd-ports-gnome-57f9383a906a5204a41de84533742196b7a4a474.zip
change DEPENDS=${PORTSDIR}/shells/bash to
BUILD_DEPENDS=bash:${PORTSDIR}/shells/bash
-rw-r--r--mail/smail/Makefile6
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"