summaryrefslogtreecommitdiff
path: root/audio/ardour
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2007-07-04 15:10:58 +0000
committerSimon Barner <barner@FreeBSD.org>2007-07-04 15:10:58 +0000
commitff9f11c4da9aae59f797f0053b0bfa2caecbe80c (patch)
tree95c82da5e0c2ef6e4930cb125fed9a39eec8051c /audio/ardour
parentUse gcc3.4 on -CURRENT to fix build (diff)
- Bump boost shared library version to 4
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=194915
Diffstat (limited to 'audio/ardour')
-rw-r--r--audio/ardour/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile
index bc81ef822a8e..f5576f09b334 100644
--- a/audio/ardour/Makefile
+++ b/audio/ardour/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ardour
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://ardour.org/files/releases/
DISTFILES= ardour-${DISTVERSION}.tar.bz2
@@ -20,7 +21,7 @@ LIB_DEPENDS= lrdf.2:${PORTSDIR}/textproc/liblrdf \
samplerate.1:${PORTSDIR}/audio/libsamplerate \
jack.0:${PORTSDIR}/audio/jack \
sndfile.1:${PORTSDIR}/audio/libsndfile \
- boost_date_time.3:${PORTSDIR}/devel/boost \
+ boost_date_time.4:${PORTSDIR}/devel/boost \
gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26 \
sqlite3:${PORTSDIR}/databases/sqlite3 \
lo.6:${PORTSDIR}/audio/liblo \