diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 21:48:57 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-23 21:48:57 +0800 |
commit | 59d93eb98f185889029b701a494fe5b7fb675042 (patch) | |
tree | 9bbabca279cc3b2a4d4e8e621c59f79d525d9be2 /audio | |
parent | b3d2784a5c27c01a9139fd68587faa29ae84b0d4 (diff) | |
download | freebsd-ports-gnome-59d93eb98f185889029b701a494fe5b7fb675042.tar.gz freebsd-ports-gnome-59d93eb98f185889029b701a494fe5b7fb675042.tar.zst freebsd-ports-gnome-59d93eb98f185889029b701a494fe5b7fb675042.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> |