diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-05 15:13:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-05 15:13:14 +0800 |
commit | 177b08cd92ae59fbabc80ef6957a2966e6138fcf (patch) | |
tree | d2670b92a9fe525adc3979d7de58b095fd81f718 /audio | |
parent | ccf8e920b8b5f36d5e91e8d9db887c5748d472a7 (diff) | |
download | freebsd-ports-gnome-177b08cd92ae59fbabc80ef6957a2966e6138fcf.tar.gz freebsd-ports-gnome-177b08cd92ae59fbabc80ef6957a2966e6138fcf.tar.zst freebsd-ports-gnome-177b08cd92ae59fbabc80ef6957a2966e6138fcf.zip |
Add an explicit dependency on pkgconf to fix build
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ncmpcpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index 84e9e33723d8..8a15129429e5 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -13,7 +13,7 @@ COMMENT= A ncurses mpd client, clone of ncmpc with some new features LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient \ fftw3:${PORTSDIR}/math/fftw3 -USES= iconv ncurses +USES= iconv ncurses pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_GNOME= glib20 |