aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Horde_CssMinify
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-30 22:14:59 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-30 22:14:59 +0000
commit1446608ec7d77c3b6208b159208122f133264296 (patch)
tree9ab4742a7b293d0e842f9fbb4a15e0ada0fd96c5 /textproc/pear-Horde_CssMinify
parente5ae27c5a874f2bc0062bb654e88cefd61d84eca (diff)
downloadports-1446608ec7d77c3b6208b159208122f133264296.tar.gz
ports-1446608ec7d77c3b6208b159208122f133264296.zip
Convert to USES=horde
Fix pear-Horde_core options Use options helpers where possible
Notes
Notes: svn path=/head/; revision=369674
Diffstat (limited to 'textproc/pear-Horde_CssMinify')
-rw-r--r--textproc/pear-Horde_CssMinify/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/pear-Horde_CssMinify/Makefile b/textproc/pear-Horde_CssMinify/Makefile
index af85cc8e0ffa..0e8fb4247145 100644
--- a/textproc/pear-Horde_CssMinify/Makefile
+++ b/textproc/pear-Horde_CssMinify/Makefile
@@ -8,6 +8,6 @@ CATEGORIES= textproc www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde CSS Minification
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
-.include <bsd.port.post.mk>
+USES= horde
+
+.include <bsd.port.mk>