summaryrefslogtreecommitdiff
path: root/cad/sweethome3d
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 13:29:15 +0000
commit7f4572eae4327c4403d9ef714cb6de917650662a (patch)
treee5609c11a5cecf09649970cae33b72d3774969e3 /cad/sweethome3d
parentFix prop. (diff)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412344
Diffstat (limited to 'cad/sweethome3d')
-rw-r--r--cad/sweethome3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/sweethome3d/Makefile b/cad/sweethome3d/Makefile
index f58a3777a660..3002bd89e29e 100644
--- a/cad/sweethome3d/Makefile
+++ b/cad/sweethome3d/Makefile
@@ -13,8 +13,8 @@ COMMENT= Free interior design application
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING.TXT
-BUILD_DEPENDS= java3d>=0:${PORTSDIR}/java/java3d
-RUN_DEPENDS= java3d>=0:${PORTSDIR}/java/java3d
+BUILD_DEPENDS= java3d>=0:java/java3d
+RUN_DEPENDS= java3d>=0:java/java3d
USES= zip
NO_ARCH= yes