diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-12 15:16:56 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-12 15:16:56 +0000 |
commit | cd4b5e26f1f107f63d1df5461afe8a66829dc3ec (patch) | |
tree | 3fb7d6080e4c46250a144599804046174e893258 /textproc/pear-Horde_Text_Diff/Makefile | |
parent | 17ceff765800de56a99184d5868cc6c54dd38812 (diff) |
Notes
Diffstat (limited to 'textproc/pear-Horde_Text_Diff/Makefile')
-rw-r--r-- | textproc/pear-Horde_Text_Diff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/pear-Horde_Text_Diff/Makefile b/textproc/pear-Horde_Text_Diff/Makefile index 35dde73883bb..4619b4fde97a 100644 --- a/textproc/pear-Horde_Text_Diff/Makefile +++ b/textproc/pear-Horde_Text_Diff/Makefile @@ -5,13 +5,14 @@ # $FreeBSD$ PORTNAME= Horde_Text_Diff -PORTVERSION= 1.0.2 +PORTVERSION= 2.0.1 CATEGORIES= textproc www pear MAINTAINER= horde@FreeBSD.org COMMENT= Horde engine for performing and rendering text diffs -USE_HORDE_RUN= Horde_Exception Horde_Util +USE_HORDE_RUN= Horde_Exception \ + Horde_Util .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" |