diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 02:59:13 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-26 02:59:13 +0800 |
commit | a6a10b3ec478a6c6b369e820735cbcb1679a8647 (patch) | |
tree | 063a8fd0108456e74cdb45c23a927752b3c946e4 /audio | |
parent | 6e19f1380fe2540db5fc4a937da115e672af8d33 (diff) | |
download | freebsd-ports-gnome-a6a10b3ec478a6c6b369e820735cbcb1679a8647.tar.gz freebsd-ports-gnome-a6a10b3ec478a6c6b369e820735cbcb1679a8647.tar.zst freebsd-ports-gnome-a6a10b3ec478a6c6b369e820735cbcb1679a8647.zip |
- Build requires pkgconfig
Approved by: portmgr blanket
Diffstat (limited to 'audio')
-rw-r--r-- | audio/fmit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fmit/Makefile b/audio/fmit/Makefile index 3106b98d0add..f084b41609f9 100644 --- a/audio/fmit/Makefile +++ b/audio/fmit/Makefile @@ -18,7 +18,7 @@ USE_XORG= xmu USE_QT4= corelib gui opengl \ linguist_build moc_build qmake_build rcc_build uic_build USE_GL= glut -USES= cmake tar:bzip2 +USES= cmake pkgconfig tar:bzip2 INSTALLS_ICONS= yes OPTIONS_DEFINE= ALSA JACK OSS PORTAUDIO |