diff options
Diffstat (limited to 'databases/phppgadmin')
-rw-r--r-- | databases/phppgadmin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phppgadmin/Makefile b/databases/phppgadmin/Makefile index ea44d6341c22..c8106e8d8748 100644 --- a/databases/phppgadmin/Makefile +++ b/databases/phppgadmin/Makefile @@ -19,7 +19,7 @@ GH_ACCOUNT= ReimuHakurei WRKSRC= ${WRKDIR}/phpPgAdmin-${DISTVERSION}${DISTVERSIONSUFFIX} .if !defined(WITHOUT_PHP_DEPENDS) -USE_PHP= pgsql pcre session mbstring +USE_PHP= pgsql session mbstring .endif CPE_VENDOR= phppgadmin_project |