diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /editors/morla | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-graphics-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-graphics-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-graphics-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'editors/morla')
-rw-r--r-- | editors/morla/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index dead73a7505..513a981e820 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -11,12 +11,12 @@ MASTER_SITES= http://www.morlardf.net/src/ \ MAINTAINER= nivit@FreeBSD.org COMMENT= RDF editor -LIB_DEPENDS= libnxml.so:${PORTSDIR}/textproc/libnxml \ - librdf.so:${PORTSDIR}/textproc/redland \ - libraptor2.so:${PORTSDIR}/textproc/raptor2 \ - libcurl.so:${PORTSDIR}/ftp/curl -BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz -RUN_DEPENDS= dot:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS= libnxml.so:textproc/libnxml \ + librdf.so:textproc/redland \ + libraptor2.so:textproc/raptor2 \ + libcurl.so:ftp/curl +BUILD_DEPENDS= dot:graphics/graphviz +RUN_DEPENDS= dot:graphics/graphviz OPTIONS_DEFINE= XULRUNNER XULRUNNER_DESC= Xulrunner as JavaScript engine |