aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-video
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2016-05-25 23:52:09 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2016-05-25 23:52:09 +0000
commit3d107571c9994d93d294d8b1f364205009ebf486 (patch)
treecd0f7248b8701fbf256a87606a80042a462e6542 /math/octave-forge-video
parente01ee5095b05b1f5d7b60f9c7f1aad81e1d38726 (diff)
downloadports-3d107571c9994d93d294d8b1f364205009ebf486.tar.gz
ports-3d107571c9994d93d294d8b1f364205009ebf486.zip
- Add localbase to ldflags so that it will build with dragonfly.
PR: ports/209380 Submitted by: John Marino <marino@FreeBSD.org>
Notes
Notes: svn path=/head/; revision=415869
Diffstat (limited to 'math/octave-forge-video')
-rw-r--r--math/octave-forge-video/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile
index 8e7ff9a08e82..e74c067942ee 100644
--- a/math/octave-forge-video/Makefile
+++ b/math/octave-forge-video/Makefile
@@ -15,6 +15,7 @@ USES= pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV+= HOME=${WRKSRC}
CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
# OCTSRC is the name of the directory of the package.
# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.