diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-18 09:02:59 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1996-11-18 09:02:59 +0000 |
commit | bef7e1901f3ac20e1b8948ace53627f740245474 (patch) | |
tree | fd16b5095f1200c3098978ea302a3ec53a1474d6 /mail/smail | |
parent | 95e743d9b7f54b38e314929bd9818276d6b9a767 (diff) | |
download | ports-bef7e1901f3ac20e1b8948ace53627f740245474.tar.gz ports-bef7e1901f3ac20e1b8948ace53627f740245474.zip |
Notes
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index 99e787af7e42..0b21a8d2b681 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.13 1996/11/17 07:42:56 obrien Exp $ +# $Id: Makefile,v 1.14 1996/11/17 23:42:40 torstenb Exp $ # DISTNAME= smail-3.2 @@ -12,9 +12,9 @@ MASTER_SITES= ftp://ftp.uu.net/networking/mail/smail/ MAINTAINER= torstenb@FreeBSD.ORG -#.if defined(USE_IDENT) -#DEPENDS= ${PORTSDIR}/security/libident -#.endif +.if defined(USE_IDENT) +DEPENDS= ${PORTSDIR}/security/libident +.endif INSTALL_TARGET= install installman |