diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-05-25 23:52:09 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-05-25 23:52:09 +0000 |
commit | 3d107571c9994d93d294d8b1f364205009ebf486 (patch) | |
tree | cd0f7248b8701fbf256a87606a80042a462e6542 /math/octave-forge-video | |
parent | e01ee5095b05b1f5d7b60f9c7f1aad81e1d38726 (diff) | |
download | ports-3d107571c9994d93d294d8b1f364205009ebf486.tar.gz ports-3d107571c9994d93d294d8b1f364205009ebf486.zip |
Notes
Diffstat (limited to 'math/octave-forge-video')
-rw-r--r-- | math/octave-forge-video/Makefile | 1 |
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}. |