diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2012-06-07 16:24:09 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2012-06-07 16:24:09 +0000 |
commit | 0f8e046ba899d986ddd5bd4700ed39f3b9155436 (patch) | |
tree | 2502e73e613365c53deefedde2b4ec7ebcfbe952 /mail/rmilter | |
parent | 8ac0e9fc4028e54b3ab4a9ff4e9ad82cb6997c90 (diff) | |
download | ports-0f8e046ba899d986ddd5bd4700ed39f3b9155436.tar.gz ports-0f8e046ba899d986ddd5bd4700ed39f3b9155436.zip |
Remove obsolete OSVERSION check.
PR: 168275
Submitted by: crees
Notes
Notes:
svn path=/head/; revision=298697
Diffstat (limited to 'mail/rmilter')
-rw-r--r-- | mail/rmilter/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/mail/rmilter/Makefile b/mail/rmilter/Makefile index 355134b8efa2..48889142f865 100644 --- a/mail/rmilter/Makefile +++ b/mail/rmilter/Makefile @@ -31,14 +31,8 @@ CONFIGURE_ARGS+= --enable-debug CONFIGURE_ARGS+= --enable-sendmail .endif -LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre - -.include <bsd.port.pre.mk> -.if ${OSVERSION} < 502102 -IGNORE= using libspf2 requires a thread safe resolver -.else -LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 -.endif +LIB_DEPENDS+= pcre.1:${PORTSDIR}/devel/pcre \ + spf2.3:${PORTSDIR}/mail/libspf2 CFLAGS+= ${PTHREAD_CFLAGS} LIBS+= ${PTHREAD_LIBS} @@ -53,4 +47,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/rmilter.conf.sample ${PREFIX}/etc/ ${INSTALL_MAN} ${WRKSRC}/rmilter.8 ${MAN8PREFIX}/man/man8/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |