diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 06:36:41 +0000 |
commit | db7a56d5edac0833e3f5182aa505b20354dcc3f9 (patch) | |
tree | 49a1c0a19d2528061ed83095e4acf1b3cab87fe5 /audio/bmp-fc/Makefile | |
parent | - fix segfault on 64bit with option XFT (diff) |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/bmp-fc/Makefile')
-rw-r--r-- | audio/bmp-fc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/bmp-fc/Makefile b/audio/bmp-fc/Makefile index 32e6f21184c4..5d9e8cbed4ad 100644 --- a/audio/bmp-fc/Makefile +++ b/audio/bmp-fc/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2 LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player +USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes |