diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 03:40:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-13 03:40:54 +0000 |
commit | 5e7a8ad7de49651868275d631935b1d0517ba76d (patch) | |
tree | 33428c0f46e13c0cb02b19503c762cd67e1bcbef /devel/pear/Makefile | |
parent | 8a9110aa3324a8328cc7d9270da2f85d5e5f1861 (diff) | |
download | ports-5e7a8ad7de49651868275d631935b1d0517ba76d.tar.gz ports-5e7a8ad7de49651868275d631935b1d0517ba76d.zip |
Notes
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 |