diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-03 06:34:54 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-03 06:34:54 +0800 |
commit | 2766f0225657f4d5a72938cdfb33bc8c6b9ee436 (patch) | |
tree | e130fd14fc5d4df66865c2368076210de5b0b329 /lang/php4 | |
parent | 6ca6023531c596ec697d463841e5894b4b54edcc (diff) | |
download | freebsd-ports-gnome-2766f0225657f4d5a72938cdfb33bc8c6b9ee436.tar.gz freebsd-ports-gnome-2766f0225657f4d5a72938cdfb33bc8c6b9ee436.tar.zst freebsd-ports-gnome-2766f0225657f4d5a72938cdfb33bc8c6b9ee436.zip |
Chase the zzip shared lib version.
PR: 55197
Submitted by: maintainer
Diffstat (limited to 'lang/php4')
-rw-r--r-- | lang/php4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile index eb50b626650d..e907ce48f1f4 100644 --- a/lang/php4/Makefile +++ b/lang/php4/Makefile @@ -585,7 +585,7 @@ CONFIGURE_ARGS+=--enable-yp .endif .if defined(WITH_ZIP) -LIB_DEPENDS+= zzip-0.10:${PORTSDIR}/devel/zziplib +LIB_DEPENDS+= zzip.10:${PORTSDIR}/devel/zziplib CONFIGURE_ARGS+=--with-zip=${LOCALBASE} .endif |