diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-11 18:16:14 +0000 |
commit | 99a390f50bab457f60aec3050c18c4b5c5fb7023 (patch) | |
tree | fb6e1d6bcf31a0efb7675597b7fa4f423710c0bb /graphics/phplot | |
parent | 31f779fa09467bfcb2c12e2ad95525a75e526bc8 (diff) |
Notes
Diffstat (limited to 'graphics/phplot')
-rw-r--r-- | graphics/phplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/phplot/Makefile b/graphics/phplot/Makefile index 785fe5f31269..958252183231 100644 --- a/graphics/phplot/Makefile +++ b/graphics/phplot/Makefile @@ -6,6 +6,7 @@ PORTNAME= phplot PORTVERSION= 4.4.6 +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phplot @@ -15,7 +16,7 @@ MAINTAINER= yukinopo@livedoor.com COMMENT= A PHP class for creating scientific and business charts RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 -LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd2 NO_BUILD= YES |