diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-02-23 10:20:09 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-02-23 10:20:09 +0000 |
commit | b8566951cb28b5d85db69e2957f6dab82de1dc49 (patch) | |
tree | bd150f58757e7e46ce59f63e8217ede8401ecd63 /audio/taglib-sharp/Makefile | |
parent | 32077c50e4746588dcb88ee3518fe7336dd90c86 (diff) | |
download | ports-b8566951cb28b5d85db69e2957f6dab82de1dc49.tar.gz ports-b8566951cb28b5d85db69e2957f6dab82de1dc49.zip |
Notes
Diffstat (limited to 'audio/taglib-sharp/Makefile')
-rw-r--r-- | audio/taglib-sharp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/taglib-sharp/Makefile b/audio/taglib-sharp/Makefile index 5abce9079478..52583de04f65 100644 --- a/audio/taglib-sharp/Makefile +++ b/audio/taglib-sharp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= taglib-sharp -PORTVERSION= 2.0.3.1 +PORTVERSION= 2.0.3.2 CATEGORIES= audio MASTER_SITES= http://www.taglib-sharp.com/Download/ \ http://download.banshee-project.org/${PORTNAME}/${PORTVERSION}/ @@ -25,6 +25,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack +PLIST_SUB+= PORTVERSION="${PORTVERSION}" \ + VERSIONSUFX="db62eba44689b5b0" + .include <bsd.port.pre.mk> .include "${.CURDIR}/../../lang/mono/bsd.mono.mk" |