summaryrefslogtreecommitdiff
path: root/java/sigar/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:08:37 +0000
commita9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (patch)
tree23607acdfffe977946d3c7bb877bab60e64640e7 /java/sigar/Makefile
parentRemove ${PORTSDIR}/ from dependencies, categories d, e, f, and g. (diff)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412347
Diffstat (limited to 'java/sigar/Makefile')
-rw-r--r--java/sigar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/sigar/Makefile b/java/sigar/Makefile
index f3e76f91337f..b587e4d03c4c 100644
--- a/java/sigar/Makefile
+++ b/java/sigar/Makefile
@@ -13,8 +13,8 @@ COMMENT= Java bindings for the Sigar system information API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/NOTICE
-BUILD_DEPENDS= ${ANT_CMD}:${PORTSDIR}/devel/apache-ant
-LIB_DEPENDS= libsigar.so:${PORTSDIR}/devel/sigar
+BUILD_DEPENDS= ${ANT_CMD}:devel/apache-ant
+LIB_DEPENDS= libsigar.so:devel/sigar
USE_GITHUB= yes
GH_ACCOUNT= amishHammer