From 067313259a7747ef280dc1d81616cea690abf2f6 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 3 May 2015 11:32:55 +0000 Subject: Fix some _DEPENDS Reported by: STRICT_DEPENDS --- editors/deforaos-editor/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'editors/deforaos-editor') diff --git a/editors/deforaos-editor/Makefile b/editors/deforaos-editor/Makefile index c9e78ae9f59e..4d57838a6eb7 100644 --- a/editors/deforaos-editor/Makefile +++ b/editors/deforaos-editor/Makefile @@ -13,11 +13,11 @@ COMMENT= DeforaOS desktop text editor LICENSE= GPLv3 -BUILD_DEPENDS= xsltproc>=0:${PORTSDIR}/textproc/libxslt \ - docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ + docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libSystem.so:${PORTSDIR}/devel/deforaos-libsystem \ - libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop + libDesktop.so:${PORTSDIR}/x11/deforaos-libdesktop MAKE_ARGS= PREFIX=${PREFIX} USES= desktop-file-utils gettext pkgconfig -- cgit v1.2.3