diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-05-01 03:13:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-05-01 03:13:27 +0800 |
commit | 251fea77159679b6e9c0c47ce1d97fd85ce86b1a (patch) | |
tree | b47736afc9ca342f4c074b715209e848dbc0c648 /mail | |
parent | 0c26417eb7c4171ea5b1525c1bdfdd39897f832a (diff) | |
download | freebsd-ports-gnome-251fea77159679b6e9c0c47ce1d97fd85ce86b1a.tar.gz freebsd-ports-gnome-251fea77159679b6e9c0c47ce1d97fd85ce86b1a.tar.zst freebsd-ports-gnome-251fea77159679b6e9c0c47ce1d97fd85ce86b1a.zip |
- mark BROKEN on FreeBSD 7.x
Diffstat (limited to 'mail')
-rw-r--r-- | mail/spamilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index 01220a9e8a13..b162d1e89032 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -25,7 +25,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libmilter.a:${PORTSDIR}/mail/${SENDMAIL_MILTER_ SENDMAIL_MILTER_PORT?= sendmail WRKSRC= ${WRKDIR}/${PORTNAME} -USE_REINPLACE= yes HAS_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS:S=""==} LDFLAGS+= ${PTHREAD_LIBS} @@ -53,6 +52,7 @@ CONFIGURE_ARGS+= --with-pam .if ${OSVERSION} >= 700014 CONFIGURE_ARGS+= --have-resn +BROKEN= res_update.h: No such file or directory .endif PLIST_FILES+= bin/dnsblchk bin/dnsblupd bin/ipfwmtad bin/mxlookup \ |