diff options
author | garga <garga@FreeBSD.org> | 2012-07-03 05:55:03 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-07-03 05:55:03 +0800 |
commit | 6307346b2f88d8876f85559adbceb921e14a9a3d (patch) | |
tree | 84ecd476990e7f329acbadd33a89b9f265286538 /audio/wmauda/Makefile | |
parent | 21cab06de9cd2f8e9af7311155e8eeab9df6ebed (diff) | |
download | freebsd-ports-gnome-6307346b2f88d8876f85559adbceb921e14a9a3d.tar.gz freebsd-ports-gnome-6307346b2f88d8876f85559adbceb921e14a9a3d.tar.zst freebsd-ports-gnome-6307346b2f88d8876f85559adbceb921e14a9a3d.zip |
Pet portlint
Diffstat (limited to 'audio/wmauda/Makefile')
-rw-r--r-- | audio/wmauda/Makefile | 4 |
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`" |