Lines 23-30
Link Here
|
23 |
USE_BZIP2= yes |
23 |
USE_BZIP2= yes |
24 |
INSTALLS_ICONS= yes |
24 |
INSTALLS_ICONS= yes |
25 |
|
25 |
|
|
|
26 |
.include <bsd.port.pre.mk> |
27 |
|
28 |
.if ${OSVERSION} < 500000 |
29 |
BROKEN= Fails to compile under FreeBSD 4.X |
30 |
.endif |
31 |
|
26 |
post-patch: |
32 |
post-patch: |
27 |
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure |
33 |
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/configure |
28 |
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in |
34 |
@${REINPLACE_CMD} -e "s^-lpthread^${PTHREAD_LIBS}^g" ${WRKSRC}/bibletime/Makefile.in |
29 |
|
35 |
|
30 |
.include <bsd.port.mk> |
36 |
.include <bsd.port.post.mk> |