diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-11 19:52:05 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2017-02-11 19:52:05 +0000 |
commit | 016523dab8c4400fd99d22b0ac7daf090989c1cb (patch) | |
tree | 89959e7e1d2c9421cb9d8afb2a8cefe618c11eb9 /audio/linux-skype_oss_wrapper | |
parent | 5acadfb01f644cd92ddc93236ae0b8d43b55adbd (diff) |
Allow building with linux-c7-devtools.
Reported by: Stari Karp <starikarp@yandex.com>
Notes
Notes:
svn path=/head/; revision=433907
Diffstat (limited to 'audio/linux-skype_oss_wrapper')
-rw-r--r-- | audio/linux-skype_oss_wrapper/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/linux-skype_oss_wrapper/Makefile b/audio/linux-skype_oss_wrapper/Makefile index 74d0bc2741d9..3d6ef311bc66 100644 --- a/audio/linux-skype_oss_wrapper/Makefile +++ b/audio/linux-skype_oss_wrapper/Makefile @@ -13,12 +13,11 @@ COMMENT= Partial PulseAudio API implementation using OSS backend LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LINUXBASE}/usr/bin/gcc:devel/linux-c6-devtools - USE_GITHUB= yes GH_ACCOUNT= s3erios USES= linux +USE_LINUX= base devtools:build USE_LINUX_PREFIX= yes # do not define USE_LDCONFIG, it's not for global use |