diff options
author | az <az@FreeBSD.org> | 2013-09-05 18:36:41 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-05 18:36:41 +0800 |
commit | 1faa55dc3c5d8453ae0011f103c1ca342876fca9 (patch) | |
tree | 44942144b3088524051457a0d12d1744ec81cca0 /audio | |
parent | 409e63a10d2e519ca7806bc006adbda2faedaecc (diff) | |
download | freebsd-ports-gnome-1faa55dc3c5d8453ae0011f103c1ca342876fca9.tar.gz freebsd-ports-gnome-1faa55dc3c5d8453ae0011f103c1ca342876fca9.tar.zst freebsd-ports-gnome-1faa55dc3c5d8453ae0011f103c1ca342876fca9.zip |
- add an explicit dependency on pkgconf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/p5-Shout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/p5-Shout/Makefile b/audio/p5-Shout/Makefile index c4a08bedfe25..e1dfa6c2d954 100644 --- a/audio/p5-Shout/Makefile +++ b/audio/p5-Shout/Makefile @@ -12,7 +12,7 @@ COMMENT= Perl glue for libshout MP3 streaming source library LIB_DEPENDS= shout.5:${PORTSDIR}/audio/libshout2 -USES= perl5 +USES= perl5 pkgconfig USE_PERL5= configure MAN3= Shout.3 |