diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-08 00:49:12 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-08 00:49:12 +0000 |
commit | fcfb7e02dbe60f97fcc21a98ca0dbe81d89a5cbe (patch) | |
tree | 2f8880f2e32bd15e850803ecb74b2eca6b8b1564 /mail | |
parent | edde123c0b03149021c0d58a9dd649c4abc7218f (diff) | |
download | ports-fcfb7e02dbe60f97fcc21a98ca0dbe81d89a5cbe.tar.gz ports-fcfb7e02dbe60f97fcc21a98ca0dbe81d89a5cbe.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pgpsendmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/pgpsendmail/Makefile b/mail/pgpsendmail/Makefile index af91f9fc2074..6e72e14ea4aa 100644 --- a/mail/pgpsendmail/Makefile +++ b/mail/pgpsendmail/Makefile @@ -3,13 +3,14 @@ # Date created: 20 Jan 1995 # Whom: ache # -# $Id: Makefile,v 1.3 1995/04/11 20:28:19 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/12 04:55:14 asami Exp $ # DISTNAME= PGPsendmail-v1.4 PKGNAME= pgpsendmail-1.4 CATEGORIES+= mail MASTER_SITES= ftp://ftp.dhp.com/pub/crypto/pgp/PGPsendmail/ +EXEC_DEPENDS += pgp:${PORTSDIR}/utils/pgp MAINTAINER= ache@FreeBSD.ORG |