|
Lines 7-13
Link Here
|
| 7 |
|
7 |
|
| 8 |
PORTNAME= portmanager |
8 |
PORTNAME= portmanager |
| 9 |
PORTVERSION= 0.4.1 |
9 |
PORTVERSION= 0.4.1 |
| 10 |
PORTREVISION= 9 |
10 |
PORTREVISION= 10 |
| 11 |
CATEGORIES= ports-mgmt |
11 |
CATEGORIES= ports-mgmt |
| 12 |
MASTER_SITES= SF |
12 |
MASTER_SITES= SF |
| 13 |
|
13 |
|
|
Lines 35-41
Link Here
|
| 35 |
--with-tempdir=/tmp |
35 |
--with-tempdir=/tmp |
| 36 |
|
36 |
|
| 37 |
OPTIONS= DEBUG "Enable debug support and warnings" off \ |
37 |
OPTIONS= DEBUG "Enable debug support and warnings" off \ |
| 38 |
BUILD_DEPENDS_ARE_LEAVES "Treat build dependencies as leaves" off |
38 |
BLDLEAF "Treat build dependencies as leaves" off |
| 39 |
|
39 |
|
| 40 |
.include <bsd.port.pre.mk> |
40 |
.include <bsd.port.pre.mk> |
| 41 |
|
41 |
|
|
Lines 43-49
Link Here
|
| 43 |
CONFIGURE_ARGS+= --with-debug=yes |
43 |
CONFIGURE_ARGS+= --with-debug=yes |
| 44 |
.endif |
44 |
.endif |
| 45 |
|
45 |
|
| 46 |
.if defined(WITH_BUILD_DEPENDS_ARE_LEAVES) |
46 |
.if defined(WITH_BLDLEAF) || defined(WITH_BUILD_DEPENDS_ARE_LEAVES) |
| 47 |
CONFIGURE_ARGS+= --with-treatBuildDependsAsLeaves=yes |
47 |
CONFIGURE_ARGS+= --with-treatBuildDependsAsLeaves=yes |
| 48 |
.endif |
48 |
.endif |
| 49 |
|
49 |
|