diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-11 17:20:45 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-11 17:20:45 +0000 |
commit | 72d58e2d789049f95cdbbdadf5aade5b8c7e0906 (patch) | |
tree | 79b4ad8652c2aca1ade4a05a21d8368d744e4da6 /math | |
parent | - convert to the new perl5 framework (diff) |
Add explicit dependency on pkgconf (8 ports)
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 ab39107190a3..487bc1eb55fb 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -9,6 +9,7 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +USES= pkgconfig GNU_CONFIGURE= yes LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg |