summaryrefslogtreecommitdiff
path: root/deskutils/horde-mnemo
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-30 22:24:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-30 22:24:30 +0000
commita194e87525dcd7007ef5df9b56d658cab31732a3 (patch)
tree1456d7554996655ed30ce158958b16375e47c979 /deskutils/horde-mnemo
parentConvert to USES=horde (diff)
Convert to USES=horde
Notes
Notes: svn path=/head/; revision=369675
Diffstat (limited to 'deskutils/horde-mnemo')
-rw-r--r--deskutils/horde-mnemo/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/deskutils/horde-mnemo/Makefile b/deskutils/horde-mnemo/Makefile
index 19d4712452bc..591573a8babd 100644
--- a/deskutils/horde-mnemo/Makefile
+++ b/deskutils/horde-mnemo/Makefile
@@ -11,8 +11,7 @@ COMMENT= Horde web based notes manager
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-LATEST_LINK= horde-${PORTNAME}
-
+USES= horde
USE_PHP= gettext
USE_HORDE_BUILD= Horde_Role
USE_HORDE_RUN= Horde_Role \
@@ -37,11 +36,6 @@ OPTIONS_DEFAULT= PDF
OPTIONS_DEFINE= PDF
PDF_DESC= Support PDF generation
-.include <bsd.port.pre.mk>
-
-.if ${PORT_OPTIONS:MPDF}
-USE_HORDE_RUN+= Horde_Pdf
-.endif
+PDF_USE= HORDE_RUN=Horde_Pdf
-.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>