diff options
author | cperciva <cperciva@FreeBSD.org> | 2005-01-21 02:05:16 +0800 |
---|---|---|
committer | cperciva <cperciva@FreeBSD.org> | 2005-01-21 02:05:16 +0800 |
commit | b5ddfa7edf6bf0e93e943562bf35efef7c36fb42 (patch) | |
tree | edd8f13534e86118845c95330d5295f93ab2fe17 /mail/smail | |
parent | 61aab5aa308a2dbec3f741aa3614941a635a2f0b (diff) | |
download | freebsd-ports-gnome-b5ddfa7edf6bf0e93e943562bf35efef7c36fb42.tar.gz freebsd-ports-gnome-b5ddfa7edf6bf0e93e943562bf35efef7c36fb42.tar.zst freebsd-ports-gnome-b5ddfa7edf6bf0e93e943562bf35efef7c36fb42.zip |
Remove dependency on security/tcp_wrapper, since that port hasn't
existed since October 2002 (and has been part of the base system since
March 1999).
Approved by: will
Found by: make index (inside a very minimal chroot)
Diffstat (limited to 'mail/smail')
-rw-r--r-- | mail/smail/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/smail/Makefile b/mail/smail/Makefile index 5ea462ef3bff..f292b230a7c4 100644 --- a/mail/smail/Makefile +++ b/mail/smail/Makefile @@ -19,9 +19,6 @@ COMMENT= A program used for receiving and delivering mail CONFLICTS= bsmtp-* BUILD_DEPENDS= ${LOCALBASE}/lib/libident.a:${PORTSDIR}/security/libident -.if !exists(/usr/include/tcpd.h) -LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif CONFLICTS= courier-0.* postfix-1.* postfix-2.* sendmail-8.* sendmail-*-8.* zmailer-2.* INSTALL_TARGET= install installman |