diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-08 06:27:26 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-08 06:27:26 +0000 |
commit | ddd32c3557ded9cbc33fc80b500363ae78e7e3ce (patch) | |
tree | e6503805a5a4a72165e4ab3081c1838f9fde3517 /www/gallery3 | |
parent | e9a3e0616ae39b04af246003834e96c8427383c0 (diff) | |
download | ports-ddd32c3557ded9cbc33fc80b500363ae78e7e3ce.tar.gz ports-ddd32c3557ded9cbc33fc80b500363ae78e7e3ce.zip |
Notes
Diffstat (limited to 'www/gallery3')
-rw-r--r-- | www/gallery3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gallery3/Makefile b/www/gallery3/Makefile index 6a5cdd8ce90a..aa192c47f45b 100644 --- a/www/gallery3/Makefile +++ b/www/gallery3/Makefile @@ -17,7 +17,7 @@ COMMENT= Gallery is a slick web based photo album written using PHP RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ jhead:${PORTSDIR}/graphics/jhead \ unzip:${PORTSDIR}/archivers/unzip \ - ${LOCALBASE}/lib/php/System.php:${PORTSDIR}/www/mod_php4 + ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes |