diff options
author | mat <mat@FreeBSD.org> | 2016-10-01 00:03:23 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-01 00:03:23 +0800 |
commit | db6132ff9473bdefb13eb691cc39b79549381d08 (patch) | |
tree | 590613f1d5a7d8ec0ed20a5c48ca3422daa9c514 /audio | |
parent | cc877a3da1b6a2997c7e53d39c0355ce110c0cf1 (diff) | |
download | freebsd-ports-gnome-db6132ff9473bdefb13eb691cc39b79549381d08.tar.gz freebsd-ports-gnome-db6132ff9473bdefb13eb691cc39b79549381d08.tar.zst freebsd-ports-gnome-db6132ff9473bdefb13eb691cc39b79549381d08.zip |
Catch stray dependencies, courtesy of the proxy-deps qa check.
Sponsored by: Absolight
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsndfile/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile index 92f5763214de..0479b49cc453 100644 --- a/audio/libsndfile/Makefile +++ b/audio/libsndfile/Makefile @@ -3,6 +3,7 @@ PORTNAME= libsndfile PORTVERSION= 1.0.26 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.mega-nerd.com/libsndfile/files/ @@ -31,6 +32,7 @@ CPU_CLIP_VARS= MANUAL_PACKAGE_BUILD="WITH_CPU_CLIP may customize the package for CPU_CLIP_CONFIGURE_OFF= --disable-cpu-clip EXTERNAL_LIB_DEPENDS= libFLAC.so:audio/flac \ + libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis EXTERNAL_CONFIGURE_OFF= --disable-external-libs |