aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2012-07-03 05:55:03 +0800
committerRenato Botelho <garga@FreeBSD.org>2012-07-03 05:55:03 +0800
commit08ba61e8b1e0ed8f433786fb2e6edd63a3eb5f56 (patch)
tree03688b347f9d90de2a9e08dd446ecec7f17b88cb /audio
parentaf2be6e83a5e81f8f8423a2b770aa8c876994a28 (diff)
downloadfreebsd-ports-gnome-08ba61e8b1e0ed8f433786fb2e6edd63a3eb5f56.tar.gz
freebsd-ports-gnome-08ba61e8b1e0ed8f433786fb2e6edd63a3eb5f56.tar.zst
freebsd-ports-gnome-08ba61e8b1e0ed8f433786fb2e6edd63a3eb5f56.zip
Pet portlint
Diffstat (limited to 'audio')
-rw-r--r--audio/wmauda/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile
index 1dfd51306bba..eeaf306f05ee 100644
--- a/audio/wmauda/Makefile
+++ b/audio/wmauda/Makefile
@@ -18,12 +18,12 @@ COMMENT= A port of wmxmms to GTK 2.x and Audacious
BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
-LIB_DEPENDS= mowgli.2:${PORTSDIR}/devel/libmowgli
+LIB_DEPENDS= mowgli:${PORTSDIR}/devel/libmowgli
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
USE_GNOME= gnomeprefix gtk20
-CFLAGS= `pkg-config --cflags gtk+-2.0`
+CFLAGS+= `pkg-config --cflags gtk+-2.0`
MAKE_ENV= MANPAGE_DIR=${MAN1PREFIX}/man/man1 \
LIBS="`pkg-config --libs gtk+-2.0`"