aboutsummaryrefslogtreecommitdiffstats
path: root/audio/dumb
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-11-13 23:17:00 +0800
committerpav <pav@FreeBSD.org>2005-11-13 23:17:00 +0800
commit992093174c162a39df32f63b58b2bc26b90601c1 (patch)
tree4b0451b6fc0f874709c4f07f5317316df2835067 /audio/dumb
parentcc6e85ec6b6bcc3e4141d26ffba61373d711d2a1 (diff)
downloadfreebsd-ports-gnome-992093174c162a39df32f63b58b2bc26b90601c1.tar.gz
freebsd-ports-gnome-992093174c162a39df32f63b58b2bc26b90601c1.tar.zst
freebsd-ports-gnome-992093174c162a39df32f63b58b2bc26b90601c1.zip
- Chase allegro update
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