diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-30 22:24:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-30 22:24:30 +0000 |
commit | a194e87525dcd7007ef5df9b56d658cab31732a3 (patch) | |
tree | 1456d7554996655ed30ce158958b16375e47c979 /ftp/horde-gollem | |
parent | 1446608ec7d77c3b6208b159208122f133264296 (diff) | |
download | ports-a194e87525dcd7007ef5df9b56d658cab31732a3.tar.gz ports-a194e87525dcd7007ef5df9b56d658cab31732a3.zip |
Notes
Diffstat (limited to 'ftp/horde-gollem')
-rw-r--r-- | ftp/horde-gollem/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/horde-gollem/Makefile b/ftp/horde-gollem/Makefile index 815c769787b0..3b4d97b84c5e 100644 --- a/ftp/horde-gollem/Makefile +++ b/ftp/horde-gollem/Makefile @@ -12,8 +12,7 @@ COMMENT= Horde Web-based File Manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde-${PORTNAME} - +USES= horde USE_PHP= gettext json USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ @@ -38,6 +37,4 @@ USE_HORDE_RUN= Horde_Role \ USE_HORDE_RUN+= Horde_Db \ Horde_Share -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |