audio/dumb: Fix ALLEGRO_CONFLICTS

Remove redundant -[0-9]* from the end of the CONFLICTS pattern.

Approved by:    portmgr (blanket)
This commit is contained in:
Stefan Eßer 2021-11-25 23:29:51 +01:00
parent 0ba766789e
commit 6272fce2e6

View file

@ -18,9 +18,9 @@ ALLEGRO_DESC= Enable allegro support
ALLEGRO_LIB_DEPENDS= liballeg.so:devel/allegro
ALLEGRO_MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`" \
LINK_ALLEGRO="`allegro-config --libs` -lm"
ALLEGRO_CONFLICTS= dumb-[0-9]*
ALLEGRO_CONFLICTS= dumb
ALLEGRO_MAKE_ARGS_OFF= _PORT_ALLEGRO_CFLAGS=
ALLEGRO_CONFLICTS_OFF= dumb-allegro-[0-9]*
ALLEGRO_CONFLICTS_OFF= dumb-allegro
# libdumb.a is linked into libaudiere.so from audio/audiere.
CFLAGS+= -fPIC