aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ganglia-webfrontend
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2004-09-02 04:28:15 +0000
committerBrooks Davis <brooks@FreeBSD.org>2004-09-02 04:28:15 +0000
commit7e7fff1a63b6f2349ed5e6b8bd6978b7c8b0fa9e (patch)
tree0a4d46a604bcdfa6f5eca9ca6ff7c3608cf61828 /sysutils/ganglia-webfrontend
parent964ba0afd9f1bdbdbd37b8670f5b4f6282d61da9 (diff)
downloadports-7e7fff1a63b6f2349ed5e6b8bd6978b7c8b0fa9e.tar.gz
ports-7e7fff1a63b6f2349ed5e6b8bd6978b7c8b0fa9e.zip
Use the new PHP infrastructure to depend on php-gd. Get rid of warning
about installing PHP with GD since this is now automatic.
Notes
Notes: svn path=/head/; revision=117889
Diffstat (limited to 'sysutils/ganglia-webfrontend')
-rw-r--r--sysutils/ganglia-webfrontend/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/sysutils/ganglia-webfrontend/Makefile b/sysutils/ganglia-webfrontend/Makefile
index 5149e5d06c3d..982c7f7883fd 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= yes
+USE_PHP= gd
WANT_PHP_MOD= yes
# The Ganglia Web Frontend port supports a number of options that may be
@@ -35,16 +35,6 @@ WWWGRP?= www
PKGOPTS= ${FILESDIR}/pkg-opts
EXCEPTFILES= AUTHORS ChangeLog COPYING addons webfrontend.spec
-pre-everything::
- @${ECHO} ""
- @${ECHO} "You have to configure PHP with GD support to allow "
- @${ECHO} "the Ganglia Webfrontend draw some standard graphs.
- @${ECHO} ""
- @${ECHO} "If you have already compiled PHP without GD,"
- @${ECHO} "press CTRL+C now and rebuild it before installing"
- @${ECHO} "the Ganglia Webfrontend."
- @${ECHO} ""
-
pre-patch:
@${SED} -e 's|%%PREFIX%%|${PREFIX}|g' \
-e 's|%%WEBFRONTDIR%%|${WEBFRONTDIR}|g' \