diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-13 11:40:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-13 11:40:54 +0800 |
commit | 400aa759feb2fc0e4e6d1b8549a5c622aabd67ed (patch) | |
tree | f12f6d843ffa5efea4fdfc8c730feadfa2757aa8 /devel/pear/Makefile | |
parent | 94bef0a29ef8197a0c2a71030ddcd2299fbb367b (diff) | |
download | freebsd-ports-gnome-400aa759feb2fc0e4e6d1b8549a5c622aabd67ed.tar.gz freebsd-ports-gnome-400aa759feb2fc0e4e6d1b8549a5c622aabd67ed.tar.zst freebsd-ports-gnome-400aa759feb2fc0e4e6d1b8549a5c622aabd67ed.zip |
upgrade to 4.1.0
PR: 32710
Submitted by: maintainer
Diffstat (limited to 'devel/pear/Makefile')
-rw-r--r-- | devel/pear/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear/Makefile b/devel/pear/Makefile index eb49d91b4ae7..645d7097fd2d 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -6,16 +6,16 @@ # PORTNAME= pear -PORTVERSION= 4.0.7 +PORTVERSION= 4.1.0 CATEGORIES= devel www MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-${PORTVERSION}RC3 MAINTAINER= thierry@thomas.as RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +USE_BZIP2= yes NO_BUILD= yes LPHP_LIB?= lib/php |