diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-20 23:15:22 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-20 23:15:22 +0000 |
commit | c41646091c186d3e8aa97bfff4ba473c4d7aff53 (patch) | |
tree | 046fc25ad259c8eeb3a1767eb521f464440ff511 /math/octave-forge-video | |
parent | ff21dceb00dbe0531574aea049723607bc4af3a1 (diff) | |
download | ports-c41646091c186d3e8aa97bfff4ba473c4d7aff53.tar.gz ports-c41646091c186d3e8aa97bfff4ba473c4d7aff53.zip |
Notes
Diffstat (limited to 'math/octave-forge-video')
-rw-r--r-- | math/octave-forge-video/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile index 6a51f9bae6da..31f277d7e141 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib # OCTSRC is the name of the directory of the package. |