aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-11-25 22:29:51 +0000
committerStefan Eßer <se@FreeBSD.org>2021-11-25 22:36:59 +0000
commit6272fce2e63896cd4181efdaf8e853f5885c2e35 (patch)
treea470a164fc2463c96cab55b3eb666a50b3b41098
parent0ba766789e08b6c43d95dd23af1476fe7648fa94 (diff)
downloadports-6272fce2e63896cd4181efdaf8e853f5885c2e35.tar.gz
ports-6272fce2e63896cd4181efdaf8e853f5885c2e35.zip
audio/dumb: Fix ALLEGRO_CONFLICTS
Remove redundant -[0-9]* from the end of the CONFLICTS pattern. Approved by: portmgr (blanket)
-rw-r--r--audio/dumb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/dumb/Makefile b/audio/dumb/Makefile
index eb0dc9bf2b65..58a6e54cfed7 100644
--- a/audio/dumb/Makefile
+++ b/audio/dumb/Makefile
@@ -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