diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /audio/paprefs | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) | |
download | ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.tar.gz ports-019f2422aaa071ea4b35d1bc3b69068878ea93d5.zip |
Add an explicit dependency on pkgconf
Notes
Notes:
svn path=/head/; revision=326129
Diffstat (limited to 'audio/paprefs')
-rw-r--r-- | audio/paprefs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/paprefs/Makefile b/audio/paprefs/Makefile index 566460bb27ae..d7aed2372e98 100644 --- a/audio/paprefs/Makefile +++ b/audio/paprefs/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ pulse.0:${PORTSDIR}/audio/pulseaudio GNU_CONFIGURE= yes -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gnomeprefix intltool CONFIGURE_ARGS= --disable-lynx |