aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-File_Fortune
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-26 09:17:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-26 09:17:25 +0000
commit141fb56f3402d0923635725810d2bcb12d8b5d15 (patch)
treedb0ac48f97efc0609691a9d2b1dbd5066533319a /textproc/pear-File_Fortune
parentb34b62504270f2292763071ad4b569292d128eab (diff)
downloadports-141fb56f3402d0923635725810d2bcb12d8b5d15.tar.gz
ports-141fb56f3402d0923635725810d2bcb12d8b5d15.zip
Convert to USES=pear
Notes
Notes: svn path=/head/; revision=369312
Diffstat (limited to 'textproc/pear-File_Fortune')
-rw-r--r--textproc/pear-File_Fortune/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/textproc/pear-File_Fortune/Makefile b/textproc/pear-File_Fortune/Makefile
index 8f6d09ab1890..cd821477935a 100644
--- a/textproc/pear-File_Fortune/Makefile
+++ b/textproc/pear-File_Fortune/Makefile
@@ -9,11 +9,6 @@ CATEGORIES= textproc pear
MAINTAINER= ports@FreeBSD.org
COMMENT= Interface for reading from and writing to fortune files
-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>