diff options
author | deischen <deischen@FreeBSD.org> | 2013-07-14 01:23:19 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2013-07-14 01:23:19 +0800 |
commit | d9471aca9fd75833d05d77c5202ea8b18a36f956 (patch) | |
tree | 64e7ea4ddd7bcb1c11086355e7cd51bb9e023dd8 /audio/ghostess | |
parent | 48105f8c0dcf65ad0244f774f005a0a1849e97fb (diff) | |
download | freebsd-ports-gnome-d9471aca9fd75833d05d77c5202ea8b18a36f956.tar.gz freebsd-ports-gnome-d9471aca9fd75833d05d77c5202ea8b18a36f956.tar.zst freebsd-ports-gnome-d9471aca9fd75833d05d77c5202ea8b18a36f956.zip |
Bump PORTREVISION after upgrade to audio/liblo.
After discussion with: pawel and MAINTAINER.
Diffstat (limited to 'audio/ghostess')
-rw-r--r-- | audio/ghostess/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ghostess/Makefile b/audio/ghostess/Makefile index ed4b1716698b..bf06556325f8 100644 --- a/audio/ghostess/Makefile +++ b/audio/ghostess/Makefile @@ -7,7 +7,7 @@ PORTNAME= ghostess PORTVERSION= 20120105 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.smbolton.com/linux/ @@ -24,7 +24,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/dssi.h:${PORTSDIR}/audio/dssi \ # However, the library version number was not changed. The line above # is supposed to work around that. LIB_DEPENDS= dssialsacompat.0:${PORTSDIR}/audio/libdssialsacompat \ - lo.7:${PORTSDIR}/audio/liblo \ + lo:${PORTSDIR}/audio/liblo \ jack.0:${PORTSDIR}/audio/jack USE_BZIP2= yes |