diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-09-26 19:39:08 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-09-26 19:39:08 +0800 |
commit | ee8d23bddf22e829e9a84e1c3249dd778f42630c (patch) | |
tree | a03120f9364cdb5119a6227cdd74382821336b84 /audio | |
parent | c3f374e78e035949a40c3d427133c4b606d576a8 (diff) | |
download | freebsd-ports-gnome-ee8d23bddf22e829e9a84e1c3249dd778f42630c.tar.gz freebsd-ports-gnome-ee8d23bddf22e829e9a84e1c3249dd778f42630c.tar.zst freebsd-ports-gnome-ee8d23bddf22e829e9a84e1c3249dd778f42630c.zip |
bump revision due jansson shlib change.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libcoverart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/libcoverart/Makefile b/audio/libcoverart/Makefile index 700a5bdadc07..7ae9757b1633 100644 --- a/audio/libcoverart/Makefile +++ b/audio/libcoverart/Makefile @@ -2,6 +2,7 @@ PORTNAME= libcoverart PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/ @@ -17,7 +18,6 @@ USES= cmake NO_STAGE= yes USE_LDCONFIG= yes - # {PROJECT_VERSION} is not a variable nor a typo, just part of the directory name WRKSRC= ${WRKDIR}/${PORTNAME}-{PROJECT_VERSION} |