diff options
Diffstat (limited to 'security/pear-Text_Password')
-rw-r--r-- | security/pear-Text_Password/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/pear-Text_Password/Makefile b/security/pear-Text_Password/Makefile index b65b4b63ba75..4c4d40c836da 100644 --- a/security/pear-Text_Password/Makefile +++ b/security/pear-Text_Password/Makefile @@ -9,9 +9,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= PEAR random password creator USE_PHP= yes -PEAR_AUTOINSTALL= yes +USES= pear WRKSRC= ${WRKDIR}/Text_Password-${PORTVERSION} -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |