diff options
author | brooks <brooks@FreeBSD.org> | 2004-12-01 00:24:48 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2004-12-01 00:24:48 +0000 |
commit | 367a293aff8878f4966f547904ae673764957c8b (patch) | |
tree | 1131d15829ccab77d4771956da1a6466ab23b14e /sysutils/ganglia-webfrontend | |
parent | bea19d0a86a174f41acb0603ba123725cd7b4cf8 (diff) | |
download | FreeBSD-ports-367a293aff8878f4966f547904ae673764957c8b.zip FreeBSD-ports-367a293aff8878f4966f547904ae673764957c8b.tar.gz |
Add missing pcre and xml depends.
Diffstat (limited to 'sysutils/ganglia-webfrontend')
-rw-r--r-- | sysutils/ganglia-webfrontend/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ganglia-webfrontend/Makefile b/sysutils/ganglia-webfrontend/Makefile index 982c7f7..a19f92b 100644 --- a/sysutils/ganglia-webfrontend/Makefile +++ b/sysutils/ganglia-webfrontend/Makefile @@ -20,7 +20,7 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_SUB+= WEBFRONTDIR="${WEBFRONTDIR}" NO_BUILD= yes USE_REINPLACE= yes -USE_PHP= gd +USE_PHP= gd pcre xml WANT_PHP_MOD= yes # The Ganglia Web Frontend port supports a number of options that may be |