diff options
author | garga <garga@FreeBSD.org> | 2008-07-17 20:14:29 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-07-17 20:14:29 +0800 |
commit | aed95415a69d3685eebcbde81623258de214d936 (patch) | |
tree | 9bd1bd883335a72c62c0e9f6cb41f20b66e8d9c6 /audio/wmauda | |
parent | 5d48639890726c772037031491c84ef9db26208d (diff) | |
download | freebsd-ports-gnome-aed95415a69d3685eebcbde81623258de214d936.tar.gz freebsd-ports-gnome-aed95415a69d3685eebcbde81623258de214d936.tar.zst freebsd-ports-gnome-aed95415a69d3685eebcbde81623258de214d936.zip |
- Add libmowgli dependency explicity to avoid forget to bump PORTREVISION when
libmowgli version bump again in the future
- Bump PORTREVISION for last libmowgli update
Diffstat (limited to 'audio/wmauda')
-rw-r--r-- | audio/wmauda/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/wmauda/Makefile b/audio/wmauda/Makefile index b7fed402d744..2ba7931a0aad 100644 --- a/audio/wmauda/Makefile +++ b/audio/wmauda/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmauda PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio windowmaker MASTER_SITES= http://www.netswarm.net/misc/ @@ -16,6 +16,7 @@ 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 USE_GMAKE= yes USE_GNOME= gnomeprefix gtk20 |