|
Lines 17-29
Link Here
|
| 17 |
COMMENT= A general-purpose tool for parameter handling in C++ |
17 |
COMMENT= A general-purpose tool for parameter handling in C++ |
| 18 |
|
18 |
|
| 19 |
USE_GMAKE= yes |
19 |
USE_GMAKE= yes |
| 20 |
GNU_CONFIGURE= yes |
20 |
USE_AUTOTOOLS= libtool:15 |
| 21 |
INSTALLS_SHLIB= yes |
21 |
INSTALLS_SHLIB= yes |
| 22 |
|
22 |
|
| 23 |
.include <bsd.port.pre.mk> |
23 |
.include <bsd.port.pre.mk> |
| 24 |
|
24 |
|
| 25 |
.if ${OSVERSION} >= 502126 |
25 |
.if ( ${OSVERSION} >= 502126 && ${OSVERSION} < 600000 ) |
| 26 |
BROKEN= "Does not compile with gcc 3.4.2" |
26 |
USE_GCC= 3.3 |
| 27 |
.endif |
27 |
.endif |
| 28 |
|
28 |
|
| 29 |
.include <bsd.port.post.mk> |
29 |
.include <bsd.port.post.mk> |