diff options
author | jperkin <jperkin@pkgsrc.org> | 2016-02-20 11:28:26 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2016-02-20 11:28:26 +0000 |
commit | 1c7a180e09ff071cca9a811fcdc477a755598a43 (patch) | |
tree | 40ec74f132adec2ef7c161acbb887d883b3933a0 /audio/audacious/Makefile | |
parent | cd4cb31318c65eb61e4e69d2612ba863deff4fb7 (diff) | |
download | pkgsrc-1c7a180e09ff071cca9a811fcdc477a755598a43.tar.gz |
Fix install_name on Darwin, though not ideally as the version isn't
included, however the package doesn't offer an easy way to do that.
Bump PKGREVISION.
Diffstat (limited to 'audio/audacious/Makefile')
-rw-r--r-- | audio/audacious/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audacious/Makefile b/audio/audacious/Makefile index 89a7a5ae5e0..39b9925bc09 100644 --- a/audio/audacious/Makefile +++ b/audio/audacious/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.41 2015/04/25 14:20:18 tnn Exp $ +# $NetBSD: Makefile,v 1.42 2016/02/20 11:28:26 jperkin Exp $ DISTNAME= audacious-3.5.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= audio MASTER_SITES= http://distfiles.audacious-media-player.org/ EXTRACT_SUFX= .tar.bz2 |