diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 20:13:23 +0800 |
commit | 74e0f8a8b686b5907c28d2392a09652cada4ca50 (patch) | |
tree | 969d85a11701cc0a743c50f26376c759b7da5a4d /audio/glame | |
parent | cfe05aaa850def1fcb987abccbb3e58403ad9257 (diff) | |
download | freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.gz freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.tar.zst freebsd-ports-gnome-74e0f8a8b686b5907c28d2392a09652cada4ca50.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio/glame')
-rw-r--r-- | audio/glame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index 306fd1c38bf3..c3f5d260e57a 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= mp3lame:${PORTSDIR}/audio/lame \ USE_AUTOTOOLS= libltdl libtool CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -USES= gmake pathfix gettext +USES= gmake pathfix gettext pkgconfig USE_GNOME= gnomeprefix libgnomeui USE_XORG= xbitmaps x11 |