diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-24 03:37:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-24 03:37:47 +0800 |
commit | 1b2797fcfef2c94863ac8018c3d5f86ee6ea48cb (patch) | |
tree | 9f4b4d7a9147c177644abcd8c9d90af3baf67344 /audio/libechonest | |
parent | 8d9f034ee842bf71ffb78f769c6cd9a430bbc586 (diff) | |
download | freebsd-ports-gnome-1b2797fcfef2c94863ac8018c3d5f86ee6ea48cb.tar.gz freebsd-ports-gnome-1b2797fcfef2c94863ac8018c3d5f86ee6ea48cb.tar.zst freebsd-ports-gnome-1b2797fcfef2c94863ac8018c3d5f86ee6ea48cb.zip |
Add an explicit build dependency on pkgconf
Reported by: miwi
Diffstat (limited to 'audio/libechonest')
-rw-r--r-- | audio/libechonest/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/libechonest/Makefile b/audio/libechonest/Makefile index 62007ef4a122..e85426e43072 100644 --- a/audio/libechonest/Makefile +++ b/audio/libechonest/Makefile @@ -19,6 +19,7 @@ GH_TAGNAME= master GH_COMMIT= f9a55d1 USES= cmake +USE_PKGCONFIG= build USE_GITHUB= yes USE_LDCONFIG= yes |