diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-23 21:48:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-23 21:48:57 +0800 |
commit | 013badc52d0ddd489fb60551ecc2513992d4ab56 (patch) | |
tree | 9bbabca279cc3b2a4d4e8e621c59f79d525d9be2 /audio | |
parent | 19c7f75fa92b1e1abc59f5154c7c451cea0b7305 (diff) | |
download | freebsd-ports-gnome-013badc52d0ddd489fb60551ecc2513992d4ab56.tar.gz freebsd-ports-gnome-013badc52d0ddd489fb60551ecc2513992d4ab56.tar.zst freebsd-ports-gnome-013badc52d0ddd489fb60551ecc2513992d4ab56.zip |
Convert to USES=pear
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pear-Text_Spell_Audio/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/pear-Text_Spell_Audio/Makefile b/audio/pear-Text_Spell_Audio/Makefile index e6dd55b85ef0..655ec0efd643 100644 --- a/audio/pear-Text_Spell_Audio/Makefile +++ b/audio/pear-Text_Spell_Audio/Makefile @@ -8,11 +8,6 @@ CATEGORIES= audio pear MAINTAINER= miwi@FreeBSD.org COMMENT= Generates a sound clip saying the contents of a string of characters -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> |