aboutsummaryrefslogtreecommitdiff
path: root/math/ocamlgsl
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /math/ocamlgsl
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Notes
Diffstat (limited to 'math/ocamlgsl')
-rw-r--r--math/ocamlgsl/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/ocamlgsl/Makefile b/math/ocamlgsl/Makefile
index b1fb0d92a18c..3b12c6235680 100644
--- a/math/ocamlgsl/Makefile
+++ b/math/ocamlgsl/Makefile
@@ -13,10 +13,10 @@ COMMENT= Interface to GSL for the Objective Caml language
LICENSE= GPLv3
-LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl
-BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk \
+LIB_DEPENDS= libgsl.so:math/gsl
+BUILD_DEPENDS= gawk:lang/gawk \
${OCAMLC_DEPEND}
-RUN_DEPENDS= ocamlfind:${PORTSDIR}/devel/ocaml-findlib
+RUN_DEPENDS= ocamlfind:devel/ocaml-findlib
USES= gmake
USE_OCAML= YES