diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-19 20:43:35 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-19 20:43:35 +0000 |
commit | 705b810ce6b7a49a28c75f165bde9cd8c23fc7d2 (patch) | |
tree | d0694149524da0de709e21dd48311dac17a6432f /math | |
parent | 926bdab70c18190ad64f75d7504c626048a41c81 (diff) | |
download | freebsd-ports-705b810ce6b7a49a28c75f165bde9cd8c23fc7d2.zip |
- Put back uses=pkgconfig
Diffstat (limited to 'math')
-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 5f1ef1c642cf..e2368b4f1020 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -11,6 +11,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} |