diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-11-18 17:02:59 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-11-18 17:02:59 +0800 |
commit | 2bc595e77a698bd4719de3a86196f8a38313def8 (patch) | |
tree | ef9a86b6bfef3f2704cdce67ff5b45d24d0a86bd | |
parent | 89a0859397e36f9ec9fcf6c32af1a07dc713705a (diff) | |
download | freebsd-ports-gnome-2bc595e77a698bd4719de3a86196f8a38313def8.tar.gz freebsd-ports-gnome-2bc595e77a698bd4719de3a86196f8a38313def8.tar.zst freebsd-ports-gnome-2bc595e77a698bd4719de3a86196f8a38313def8.zip |
uncomment DEPENDS line
-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 |