Lines 15-23
Link Here
|
15 |
|
15 |
|
16 |
MAINTAINER= wes@FreeBSD.org |
16 |
MAINTAINER= wes@FreeBSD.org |
17 |
COMMENT= C++ Portable Components library with NetSSL library |
17 |
COMMENT= C++ Portable Components library with NetSSL library |
18 |
CONFLICTS= poco-[0-9]* |
|
|
19 |
|
18 |
|
20 |
BROKEN= bad plist |
19 |
LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC |
|
|
20 |
|
21 |
CONFLICTS= poco-[0-9]* |
21 |
|
22 |
|
22 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
23 |
USE_GMAKE= yes |
24 |
USE_GMAKE= yes |
Lines 26-31
Link Here
|
26 |
|
27 |
|
27 |
USE_MYSQL= yes |
28 |
USE_MYSQL= yes |
28 |
USE_SQLITE= yes |
29 |
USE_SQLITE= yes |
29 |
LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC |
|
|
30 |
|
30 |
|
31 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.pre.mk> |
|
|
32 |
|
33 |
pre-build: |
34 |
@${RM} ${WRKSRC}/Crypto/include/Poco/.DS_Store |
35 |
@${RM} ${WRKSRC}/Crypto/include/Poco/._.DS_Store |
36 |
|
37 |
.include <bsd.port.post.mk> |