diff options
author | brooks <brooks@FreeBSD.org> | 2004-09-02 12:28:15 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2004-09-02 12:28:15 +0800 |
commit | c327c092de45872c12e3f2b8707a9c85bfdd5d94 (patch) | |
tree | 81051dc665e458f9918da01f58e249b1cc644dc7 /sysutils | |
parent | 2f3b2acfee669302cdfaacde1da91aceb607381a (diff) | |
download | freebsd-ports-gnome-c327c092de45872c12e3f2b8707a9c85bfdd5d94.tar.gz freebsd-ports-gnome-c327c092de45872c12e3f2b8707a9c85bfdd5d94.tar.zst freebsd-ports-gnome-c327c092de45872c12e3f2b8707a9c85bfdd5d94.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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ganglia-webfrontend/Makefile | 12 |
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' \ |