diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-01 05:25:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-01 05:25:37 +0800 |
commit | 44a1103a2d94d6d59420de354ad5d1f280af6d4f (patch) | |
tree | 74c0742f9edcc6cf87ae78b8f8ca274365e08761 /finance | |
parent | da9fb9744c44e67c40670eb2e02e4e79767bc8af (diff) | |
download | freebsd-ports-graphics-44a1103a2d94d6d59420de354ad5d1f280af6d4f.tar.gz freebsd-ports-graphics-44a1103a2d94d6d59420de354ad5d1f280af6d4f.tar.zst freebsd-ports-graphics-44a1103a2d94d6d59420de354ad5d1f280af6d4f.zip |
Convert to USES=pear
Diffstat (limited to 'finance')
-rw-r--r-- | finance/pear_Payment_DTA/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/finance/pear_Payment_DTA/Makefile b/finance/pear_Payment_DTA/Makefile index 09e9651ca0b..dc2885f503f 100644 --- a/finance/pear_Payment_DTA/Makefile +++ b/finance/pear_Payment_DTA/Makefile @@ -8,11 +8,6 @@ CATEGORIES= finance pear MAINTAINER= rottner@punkt.de COMMENT= PEAR class to create and handle DTA files used in Germany -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear +USES= pear -PEAR_AUTOINSTALL= yes - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear/bsd.pear.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |