Lines 17-23
COMMENT= A set of PHP-scripts to manage
Link Here
|
17 |
|
17 |
|
18 |
USE_BZIP2= yes |
18 |
USE_BZIP2= yes |
19 |
NO_BUILD= yes |
19 |
NO_BUILD= yes |
|
|
20 |
.if !defined(WITHOUT_PHP_DEPENDS) |
20 |
USE_PHP= mysql pcre session |
21 |
USE_PHP= mysql pcre session |
|
|
22 |
.endif |
21 |
|
23 |
|
22 |
SUB_LIST+= "MYADMDIR=${MYADMDIR}" \ |
24 |
SUB_LIST+= "MYADMDIR=${MYADMDIR}" \ |
23 |
"PKGNAME=${PKGNAME}" |
25 |
"PKGNAME=${PKGNAME}" |
Lines 64-69
OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LIN
Link Here
|
64 |
.include "${OPTIONSFILE}" |
66 |
.include "${OPTIONSFILE}" |
65 |
.endif |
67 |
.endif |
66 |
|
68 |
|
|
|
69 |
.if !defined(WITHOUT_PHP_DEPENDS) |
67 |
# Options that default to on: |
70 |
# Options that default to on: |
68 |
.for opt in BZ2 GD OPENSSL PDF ZLIB MCRYPT MBSTRING |
71 |
.for opt in BZ2 GD OPENSSL PDF ZLIB MCRYPT MBSTRING |
69 |
. if !defined(WITHOUT_${opt}) || defined(WITH_${opt}) |
72 |
. if !defined(WITHOUT_${opt}) || defined(WITH_${opt}) |
Lines 77-82
USE_PHP+= ${opt:L}
Link Here
|
77 |
USE_PHP+= ${opt:L} |
80 |
USE_PHP+= ${opt:L} |
78 |
. endif |
81 |
. endif |
79 |
.endfor |
82 |
.endfor |
|
|
83 |
.endif |
80 |
|
84 |
|
81 |
# MYADMUSR is only used WITH_SUPHP |
85 |
# MYADMUSR is only used WITH_SUPHP |
82 |
MYADMDIR?= www/phpMyAdmin |
86 |
MYADMDIR?= www/phpMyAdmin |