- fix dependencies

PR:		ports/109747
Submitted by:	maintainer (Matthew Seaman)
This commit is contained in:
Cheng-Lung Sung 2007-03-02 07:31:19 +00:00
parent f7fb3ccbf9
commit fe4f8bfd70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186331
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= phpMyAdmin
DISTVERSION= 2.10.0.1
PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpmyadmin
@ -18,7 +19,7 @@ COMMENT= A set of PHP-scripts to manage MySQL over the web
USE_BZIP2= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= mysql pcre session
USE_PHP= ctype mysql pcre session
.endif
SUB_LIST+= "MYADMDIR=${MYADMDIR}" \

View file

@ -7,6 +7,7 @@
PORTNAME= phpMyAdmin
DISTVERSION= 2.10.0.1
PORTREVISION= 1
CATEGORIES= databases www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpmyadmin
@ -18,7 +19,7 @@ COMMENT= A set of PHP-scripts to manage MySQL over the web
USE_BZIP2= yes
NO_BUILD= yes
.if !defined(WITHOUT_PHP_DEPENDS)
USE_PHP= mysql pcre session
USE_PHP= ctype mysql pcre session
.endif
SUB_LIST+= "MYADMDIR=${MYADMDIR}" \