diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 04:51:40 +0800 |
commit | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (patch) | |
tree | c1bbea3cec77dd8322768141fdbe8f2efbf0837b /audio/lash | |
parent | 3abf64849f561eab2e8e95164c0379097f31e991 (diff) | |
download | freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.gz freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.tar.zst freebsd-ports-gnome-1068ae6edbfdf135636b0c961f416ec77d3fa5d9.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/lash')
-rw-r--r-- | audio/lash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lash/Makefile b/audio/lash/Makefile index 9bb68e146730..681eb755148b 100644 --- a/audio/lash/Makefile +++ b/audio/lash/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= jack:${PORTSDIR}/audio/jack \ OPTIONS_DEFINE= READLINE DOCS OPTIONS_DEFAULT=READLINE -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-alsa-midi |