diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 07:21:46 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 07:21:46 +0000 |
commit | faacb5448a5c066a86539dd1b2a879c83c452fde (patch) | |
tree | 3b1f8e103e45a962a24539ccfadf594934a8b8b7 /mail/exim-old | |
parent | 3003874ea76ecf2af2e30888e938cde914881326 (diff) | |
download | FreeBSD-ports-faacb5448a5c066a86539dd1b2a879c83c452fde.zip FreeBSD-ports-faacb5448a5c066a86539dd1b2a879c83c452fde.tar.gz |
When WITH_TCP_WRAPPERS is not defined, actually remove the XX_ cruft
from EXTRALIBS.
Diffstat (limited to 'mail/exim-old')
-rw-r--r-- | mail/exim-old/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index d8db87b..4855e5d 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/Makefile @@ -83,6 +83,8 @@ SEDLIST+= -e 's,^\# EXIM_PERL=,EXIM_PERL=,' .if defined(WITH_TCP_WRAPPERS) SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,-lwrap,' \ -e 's,^\# USE_TCP_WRAPPERS=,USE_TCP_WRAPPERS=,' +.else +SEDLIST+= -e 's/XX_TCP_WRAPPERS_LIBS_XX,,' .endif .if defined(WITH_LDAP) |