diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 14:31:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 14:31:30 +0000 |
commit | fbc062586d44d65699efa4198156cfe3fc6c20d4 (patch) | |
tree | faff27d32fb3b32e1b3118d4329c734a52983d1d /graphics/phplot | |
parent | Update to 2.0.6a and Portlint happy. (diff) |
Fix or remove obsolate or broken ways to depend on php.
Notes
Notes:
svn path=/head/; revision=161496
Diffstat (limited to 'graphics/phplot')
-rw-r--r-- | graphics/phplot/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics/phplot/Makefile b/graphics/phplot/Makefile index 3bf5000ad4b7..016d2e7c9dd3 100644 --- a/graphics/phplot/Makefile +++ b/graphics/phplot/Makefile @@ -15,11 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= yukinopo@livedoor.com COMMENT= A PHP class for creating scientific and business charts -.if defined(WITH_APACHE2) -RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 -.else -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 -.endif +USE_PHP= yes LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd NO_BUILD= YES |