diff options
author | nork <nork@FreeBSD.org> | 2003-06-08 14:27:26 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-06-08 14:27:26 +0800 |
commit | 6b9ab78d1fbdd8b43b17c8146774160cc9eb12df (patch) | |
tree | e0674109a780aa4376dbdcf8f7677c1faeb9bb02 /www/gallery | |
parent | a8b55f99857b04ba4a279ede0049731cbddd5bf8 (diff) | |
download | freebsd-ports-gnome-6b9ab78d1fbdd8b43b17c8146774160cc9eb12df.tar.gz freebsd-ports-gnome-6b9ab78d1fbdd8b43b17c8146774160cc9eb12df.tar.zst freebsd-ports-gnome-6b9ab78d1fbdd8b43b17c8146774160cc9eb12df.zip |
Fix dependency on php/pear system (follow up new PEAR strcture).
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'www/gallery')
-rw-r--r-- | www/gallery/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gallery/Makefile b/www/gallery/Makefile index 6a5cdd8ce90a..aa192c47f45b 100644 --- a/www/gallery/Makefile +++ b/www/gallery/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 |