diff options
author | ache <ache@FreeBSD.org> | 1995-09-23 17:13:54 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-23 17:13:54 +0000 |
commit | fc3a00894baeaa3bcf257424243f520b4fe4de08 (patch) | |
tree | 3179caff3e5804be25a4351abc1041d09f4af3e0 /mail | |
parent | 7be66532ec117adf13605b3697e7b767c6c8b31d (diff) | |
download | FreeBSD-ports-fc3a00894baeaa3bcf257424243f520b4fe4de08.zip FreeBSD-ports-fc3a00894baeaa3bcf257424243f520b4fe4de08.tar.gz |
Change EXEC->BUILD DEPENDS
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pgpsendmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile index 4e67a57..ee87769 100644 --- a/mail/pgpsendmail/Makefile +++ b/mail/pgpsendmail/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.6 1995/07/11 04:08:25 asami Exp $ +# $Id: Makefile,v 1.7 1995/07/13 00:55:38 asami Exp $ # DISTNAME= PGPsendmail-v1.4 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/ MAINTAINER= ache@FreeBSD.ORG -EXEC_DEPENDS += pgp:${PORTSDIR}/security/pgp +BUILD_DEPENDS += pgp:${PORTSDIR}/security/pgp WRKSRC= ${WRKDIR}/pgpsendmail INSTALL_TARGET= all_install |