diff options
Diffstat (limited to 'audio/slv2/Makefile')
-rw-r--r-- | audio/slv2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/slv2/Makefile b/audio/slv2/Makefile index 046c2b8b4f5f..73e47281901b 100644 --- a/audio/slv2/Makefile +++ b/audio/slv2/Makefile @@ -16,14 +16,14 @@ COMMENT= LV2 Application Support Library LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/lv2.h:${PORTSDIR}/audio/lv2core \ - pkg-config>0:${PORTSDIR}/devel/pkg-config +BUILD_DEPENDS= ${LOCALBASE}/include/lv2.h:${PORTSDIR}/audio/lv2core LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ rdf.0:${PORTSDIR}/textproc/redland USE_BZIP2= yes USE_PYTHON_BUILD= yes USE_LDCONFIG= yes +USE_PKGCONFIG= yes MAKE_JOBS_SAFE= yes .include <bsd.port.pre.mk> |