aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-06 22:30:42 +0800
committerbapt <bapt@FreeBSD.org>2013-09-06 22:30:42 +0800
commit7a90864b218c8d90a992974ffb670ada999b99a5 (patch)
tree5cc091f165440702c8cb9202fa67a718a3b91ef0 /multimedia
parent8e14f0d0284481bb918484a01042ffcc1fbe5047 (diff)
downloadfreebsd-ports-gnome-7a90864b218c8d90a992974ffb670ada999b99a5.tar.gz
freebsd-ports-gnome-7a90864b218c8d90a992974ffb670ada999b99a5.tar.zst
freebsd-ports-gnome-7a90864b218c8d90a992974ffb670ada999b99a5.zip
Add an explicit dependency on pkgconf
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/gxmms/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/gxmms/Makefile b/multimedia/gxmms/Makefile
index 96f0ba97fdb2..28523a079d91 100644
--- a/multimedia/gxmms/Makefile
+++ b/multimedia/gxmms/Makefile
@@ -10,9 +10,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= c.petrik.sosa@gmail.com
COMMENT= Simple GNOME panel applet for controlling XMMS
-USE_GMAKE= yes
USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui
-USES= gettext
+USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="`pkg-config --libs libgnomeui-2.0`"
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`