diff options
Diffstat (limited to 'deskutils/thinkingrock/Makefile')
-rw-r--r-- | deskutils/thinkingrock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/thinkingrock/Makefile b/deskutils/thinkingrock/Makefile index 376b8a46f9c5..59cf6b8244f9 100644 --- a/deskutils/thinkingrock/Makefile +++ b/deskutils/thinkingrock/Makefile @@ -11,8 +11,8 @@ DISTNAME= tr-${PORTVERSION} MAINTAINER= beat@FreeBSD.org COMMENT= Application for collecting and processing your thoughts -RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils \ - ${LOCALBASE}/bin/xdg-email:${PORTSDIR}/devel/xdg-utils +RUN_DEPENDS= ${LOCALBASE}/bin/xdg-open:devel/xdg-utils \ + ${LOCALBASE}/bin/xdg-email:devel/xdg-utils USE_JAVA= yes JAVA_VERSION= 1.6+ |