diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-11 01:39:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-11 01:39:41 +0800 |
commit | 1a6e8b97280f666d15ef6ef197cd1a171c02a220 (patch) | |
tree | 4693fd012c4c6d933e0daa1aeff8b0a83b9b3c75 /audio | |
parent | 31367baab81ff752e42424634ea704d1b30f3978 (diff) | |
download | freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.tar.gz freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.tar.zst freebsd-ports-gnome-1a6e8b97280f666d15ef6ef197cd1a171c02a220.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 57bcdacfbb91..ec326b84cb52 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -22,7 +22,7 @@ LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag \ ONLY_FOR_ARCHS= i386 amd64 GNU_CONFIGURE= yes -USES= ncurses gmake +USES= ncurses gmake pkgconfig USE_LDCONFIG= yes INSTALLS_ICONS= yes MAKE_JOBS_UNSAFE= yes |