diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-21 10:25:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-21 10:25:42 +0800 |
commit | 2b9f2918fae6cbb440161005333609d20efc06f5 (patch) | |
tree | 8e03f9a3732cc61c837d9044135879acb67489ce /audio | |
parent | 676aff72a2bd2d8570a7072e017abdbe368f270d (diff) | |
download | freebsd-ports-graphics-2b9f2918fae6cbb440161005333609d20efc06f5.tar.gz freebsd-ports-graphics-2b9f2918fae6cbb440161005333609d20efc06f5.tar.zst freebsd-ports-graphics-2b9f2918fae6cbb440161005333609d20efc06f5.zip |
- Unbreak build
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ccaudio2/Makefile | 1 | ||||
-rw-r--r-- | audio/swhplugins/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index 8af68f94deb..c508927b411 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= ccgnu2:${PORTSDIR}/devel/commoncpp \ CONFLICTS= ccaudio-[0-9]* +USE_PKGCONFIG= build USE_GNOME= gnomehack USE_CMAKE= yes CMAKE_OUTSOURCE=yes diff --git a/audio/swhplugins/Makefile b/audio/swhplugins/Makefile index a4dccee2d6b..0b85ab61981 100644 --- a/audio/swhplugins/Makefile +++ b/audio/swhplugins/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float # includes assembler code ONLY_FOR_ARCHS= i386 amd64 +USE_PKGCONFIG= build USE_AUTOTOOLS= libtool USE_GMAKE= yes GNU_CONFIGURE= yes |