summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-10-25 07:37:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-10-25 07:37:06 +0000
commit7ca64163140c50abbad41c85a6b99dbad1a31d57 (patch)
tree023fc8847331f1742a263da22271b6a4d5d515cf /audio
parentRemove test code that *should* have bitten it before the commit. (diff)
Change to follow gtkmm shlib version bump.
Found by: bento
Notes
Notes: svn path=/head/; revision=22622
Diffstat (limited to 'audio')
-rw-r--r--audio/cdrdao/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cdrdao/Makefile b/audio/cdrdao/Makefile
index 5104d99668e8..0145dfe7eba7 100644
--- a/audio/cdrdao/Makefile
+++ b/audio/cdrdao/Makefile
@@ -38,7 +38,7 @@ XCDRDAO= yes
.if defined(XCDRDAO)
USE_NEWGCC= yes
-LIB_DEPENDS+= gtkmm-1.0.5:${PORTSDIR}/x11-toolkits/gtk--
+LIB_DEPENDS+= gtkmm-1.0.7:${PORTSDIR}/x11-toolkits/gtk--
.else
CONFIGURE_ARGS= --disable-gtkmmtest
.endif