diff options
Diffstat (limited to 'audio/vamp-plugin-sdk/Makefile')
-rw-r--r-- | audio/vamp-plugin-sdk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/vamp-plugin-sdk/Makefile b/audio/vamp-plugin-sdk/Makefile index fb5493a76b8b..6de0c5470606 100644 --- a/audio/vamp-plugin-sdk/Makefile +++ b/audio/vamp-plugin-sdk/Makefile @@ -15,9 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake pkgconfig USE_LDCONFIG= yes -USE_GNOME= pkgconfig - .include <bsd.port.mk> |