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/timemachine | |
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/timemachine')
-rw-r--r-- | audio/timemachine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/timemachine/Makefile b/audio/timemachine/Makefile index 6f36759fa99d..3b6eb742d85f 100644 --- a/audio/timemachine/Makefile +++ b/audio/timemachine/Makefile @@ -3,7 +3,7 @@ PORTNAME= timemachine PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://plugin.org.uk/timemachine/ @@ -13,7 +13,7 @@ COMMENT= JACK audio capture tool LICENSE= GPLv2 LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ - lo.7:${PORTSDIR}/audio/liblo \ + lo:${PORTSDIR}/audio/liblo \ sndfile.1:${PORTSDIR}/audio/libsndfile OPTIONS_DEFINE= LASH |