View | Details | Raw Unified | Return to bug 209249
Collapse All | Expand All

(-)squid-devel/Makefile (-1 / +5 lines)
Lines 28-34 Link Here
28
28
29
CONFLICTS=	squid*-3.*
29
CONFLICTS=	squid*-3.*
30
30
31
USES=		compiler:c++11-lang cpe perl5 shebangfix tar:xz
31
USES=		compiler:c++11-lib cpe perl5 shebangfix tar:xz
32
CPE_VENDOR=	squid-cache
32
CPE_VENDOR=	squid-cache
33
SHEBANG_FILES=	scripts/*.pl contrib/*.pl tools/*.pl
33
SHEBANG_FILES=	scripts/*.pl contrib/*.pl tools/*.pl
34
GNU_CONFIGURE=	yes
34
GNU_CONFIGURE=	yes
Lines 206-211 Link Here
206
206
207
.include <bsd.port.options.mk>
207
.include <bsd.port.options.mk>
208
208
209
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
210
IGNORE=		Doesn't build, messes C++ headers and libs
211
.endif
212
209
# Authentication methods and modules:
213
# Authentication methods and modules:
210
214
211
basic_auth=	DB SMB_LM NCSA PAM POP3 RADIUS fake getpwnam
215
basic_auth=	DB SMB_LM NCSA PAM POP3 RADIUS fake getpwnam

Return to bug 209249