|
Lines 17-30
Link Here
|
| 17 |
COMMENT= A Latin-English Dictionary Program |
17 |
COMMENT= A Latin-English Dictionary Program |
| 18 |
|
18 |
|
| 19 |
BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat |
19 |
BUILD_DEPENDS= gnatmake:${PORTSDIR}/lang/gnat |
| 20 |
.if defined(PACKAGE_BUILDING) |
|
|
| 21 |
STATIC= yes |
| 22 |
.endif |
| 23 |
.if defined(STATIC) |
| 24 |
GNATLINK_ARGS= -largs -static |
| 25 |
.else |
| 26 |
LIB_DEPENDS= gnat-3.15.1:${PORTSDIR}/lang/gnat |
| 27 |
.endif |
| 28 |
|
20 |
|
| 29 |
USE_ZIP= yes |
21 |
USE_ZIP= yes |
| 30 |
USE_REINPLACE= yes |
22 |
USE_REINPLACE= yes |