aboutsummaryrefslogtreecommitdiff
path: root/audio/dumb
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-11-13 15:17:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-11-13 15:17:00 +0000
commita4c7efe3e71cfad262e762f4e7f32f1ee2b35048 (patch)
tree11e4806a07bd0e34d3205b9fb675ac64f89131f5 /audio/dumb
parentceac2c1f1cfc6482c2f6a0a0ea7a5ac6d118516b (diff)
downloadports-a4c7efe3e71cfad262e762f4e7f32f1ee2b35048.tar.gz
ports-a4c7efe3e71cfad262e762f4e7f32f1ee2b35048.zip
- Chase allegro update
Notes
Notes: svn path=/head/; revision=148109
Diffstat (limited to 'audio/dumb')
-rw-r--r--audio/dumb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dumb/Makefile b/audio/dumb/Makefile
index 2400c3009664..e780131b09e3 100644
--- a/audio/dumb/Makefile
+++ b/audio/dumb/Makefile
@@ -20,7 +20,7 @@ USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_ALLEGRO)
-LIB_DEPENDS+= alleg.41:${PORTSDIR}/devel/allegro
+LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro
PLIST_SUB+= ALLEGRO=""
MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`"
.else