diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-06 13:01:53 +0000 |
commit | beae873ea667e60f3ca6576139a1b6bd9f9d4e4a (patch) | |
tree | 60e6bd0c1da61d32c96b74fbcafd43dc4b21eaa6 /audio | |
parent | - Update to checkin 63ec9efc9a (diff) |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326494
Diffstat (limited to 'audio')
-rw-r--r-- | audio/deadbeef-mpris-plugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/deadbeef-mpris-plugin/Makefile b/audio/deadbeef-mpris-plugin/Makefile index d1ccca0b0a1d..500fe746935d 100644 --- a/audio/deadbeef-mpris-plugin/Makefile +++ b/audio/deadbeef-mpris-plugin/Makefile @@ -17,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GNOME= glib20 +USES= pkgconfig WRKSRC= ${WRKDIR}/deadbeef-${PORTVERSION} |