diff options
Diffstat (limited to 'devel/pear-Text_Diff/Makefile')
-rw-r--r-- | devel/pear-Text_Diff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pear-Text_Diff/Makefile b/devel/pear-Text_Diff/Makefile index 47c5da0..9928c23 100644 --- a/devel/pear-Text_Diff/Makefile +++ b/devel/pear-Text_Diff/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel pear MAINTAINER= joseph@randomnetworks.com COMMENT= Engine for performing and rendering text diffs -BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Text @@ -32,5 +32,5 @@ EXAMPLES= 1.txt \ _EXAMPLESDIR= docs/examples .include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include <bsd.port.post.mk> |