add --with-pear and remove duplicated CONFIGURE_STYLE

This commit is contained in:
avsm 2002-06-24 19:40:55 +00:00
parent 171caa9beb
commit d11c9bd355

View File

@ -1,12 +1,11 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/24 19:30:30 avsm Exp $
# $OpenBSD: Makefile,v 1.2 2002/06/24 19:40:55 avsm Exp $
COMMENT= "collection of base classes for common PHP tasks"
PKGNAME= php4-pear-${V}
HOMEPAGE= http://pear.php.net/
CONFIGURE_STYLE=autoconf
ALL_TARGET= pear
CONFIGURE_ARGS= --without-mysql --without-xml
CONFIGURE_ARGS= --with-pear --without-mysql --without-xml
do-install:
cd ${WRKSRC}/pear && env INSTALL_ROOT=${DESTDIR} make install