diff options
Diffstat (limited to 'audio/dumb/Makefile')
-rw-r--r-- | audio/dumb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/dumb/Makefile b/audio/dumb/Makefile index 29d9d2203b9a..bab3656b58c4 100644 --- a/audio/dumb/Makefile +++ b/audio/dumb/Makefile @@ -18,7 +18,7 @@ ALLEGRO_DESC= Enable allegro support .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MALLEGRO} -LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro +LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro PLIST_SUB+= ALLEGRO="" MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" PKGNAMESUFFIX= -allegro |