aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2023-11-05 19:32:28 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2023-11-05 19:32:28 +0000
commitc45cca17db228351e08a31824d3ef81aa1d65153 (patch)
tree2d7fa9d1b3fc3cd590b77972a9451fd4e86ffe94
parentc45f49322312d1544b07511eafd9bb7416a3a214 (diff)
math/octave-forge-gsl: Fix build error.
Reported by: pkg-fallout@
-rw-r--r--math/octave-forge-gsl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile
index 24ad569b9836..4a3483d1fe3a 100644
--- a/math/octave-forge-gsl/Makefile
+++ b/math/octave-forge-gsl/Makefile
@@ -16,6 +16,8 @@ LIB_DEPENDS= libgsl.so:math/gsl
USES= octave
+LDFLAGS+= -L${PREFIX}/lib
+
GNU_CONFIGURE= yes
.include <bsd.port.mk>