diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-07-17 12:14:29 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-07-17 12:14:29 +0000 |
commit | f0dd413999394372cdbc2f1993e07b0dd73a9b7d (patch) | |
tree | 37cf266acf2883dc69df6440818a303696097bfe /audio | |
parent | de96916379aae5a0f4e5c3aa6e7e53207d5321a0 (diff) |
- Add libmowgli dependency explicity to avoid forget to bump PORTREVISION when
libmowgli version bump again in the future
- Bump PORTREVISION for last libmowgli update
Notes
Notes:
svn path=/head/; revision=216951
Diffstat (limited to 'audio')
-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 |