aboutsummaryrefslogtreecommitdiff
path: root/math/ocamlgsl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/ocamlgsl/Makefile')
-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