diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-07-09 17:59:59 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-07-09 17:59:59 +0000 |
commit | 134325318ab9b2397eadac179dd63a413545e85e (patch) | |
tree | 3c2dc29a3ee2652b3e9b8fa5b05401c9c0e1a0e4 /multimedia/audacious | |
parent | 23bfae6f49bc19bfb867be2151eb87680c4af2ef (diff) |
Notes
Diffstat (limited to 'multimedia/audacious')
-rw-r--r-- | multimedia/audacious/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index e4c8b83d2162..92f8c5f3ee9e 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -7,7 +7,7 @@ PORTNAME= audacious PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.atheme.org/ MASTER_SITE_SUBDIR=oliver @@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= audacious.1 audtool.1 LIB_DEPENDS= mcs.1:${PORTSDIR}/devel/libmcs \ - mowgli.1:${PORTSDIR}/devel/libmowgli + mowgli.2:${PORTSDIR}/devel/libmowgli PORTDOCS= README AUTHORS NEWS |