diff options
author | marino <marino@FreeBSD.org> | 2013-09-12 01:20:45 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-09-12 01:20:45 +0800 |
commit | 99fa8d0f96d7f9f6452d5a5192659bd446c34abd (patch) | |
tree | 79b4ad8652c2aca1ade4a05a21d8368d744e4da6 /math/octave-forge-video | |
parent | ad24e1f6bcf840fa6803c2600f35b03ecf3a69e0 (diff) | |
download | freebsd-ports-gnome-99fa8d0f96d7f9f6452d5a5192659bd446c34abd.tar.gz freebsd-ports-gnome-99fa8d0f96d7f9f6452d5a5192659bd446c34abd.tar.zst freebsd-ports-gnome-99fa8d0f96d7f9f6452d5a5192659bd446c34abd.zip |
Add explicit dependency on pkgconf (8 ports)
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 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 |