diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-03 11:32:55 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-05-03 11:32:55 +0000 |
commit | 067313259a7747ef280dc1d81616cea690abf2f6 (patch) | |
tree | f766dfd4e233a57de5d5541181b4ab95cc8466cc /editors/deforaos-editor | |
parent | aa97520c1250e01fbaf95717c68f64b6b46cb354 (diff) |
Notes
Diffstat (limited to 'editors/deforaos-editor')
-rw-r--r-- | editors/deforaos-editor/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |