diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 15:21:46 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 15:21:46 +0800 |
commit | faacb5448a5c066a86539dd1b2a879c83c452fde (patch) | |
tree | 3b1f8e103e45a962a24539ccfadf594934a8b8b7 /mail/exim/Makefile | |
parent | 3003874ea76ecf2af2e30888e938cde914881326 (diff) | |
download | freebsd-ports-gnome-faacb5448a5c066a86539dd1b2a879c83c452fde.tar.gz freebsd-ports-gnome-faacb5448a5c066a86539dd1b2a879c83c452fde.tar.zst freebsd-ports-gnome-faacb5448a5c066a86539dd1b2a879c83c452fde.zip |
When WITH_TCP_WRAPPERS is not defined, actually remove the XX_ cruft
from EXTRALIBS.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index d8db87b7e0d2..4855e5d0581d 100644 --- a/mail/exim/Makefile +++ b/mail/exim/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) |