- Bandaid compilation on FreeBSD 5.2.1

PR:		ports/84131
Submitted by:	Thorolf <thorolf@grid.einherjar.de>
Approved by:	maintainer timeout (1 month)
This commit is contained in:
Pav Lucistnik 2005-08-30 21:47:46 +00:00
parent 86149e408e
commit ae90a659ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141500

View file

@ -96,6 +96,10 @@ PLIST_SUB+= RC_DIR=${RC_DIR} RC_SUFX=${RC_SUFX}
.include <bsd.port.pre.mk>
.if ${OSVERSION} == 502010
PTHREAD_LIBS= -pthread
.endif
.if defined(WITH_MILTER)
SUB_FILES+= clamav-milter.sh
.if !defined(WITHOUT_LDAP) && exists(${LOCALBASE}/lib/libldap.so)