aboutsummaryrefslogtreecommitdiff
path: root/audio/dumb
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-08-17 20:37:00 +0000
committerJohn Marino <marino@FreeBSD.org>2013-08-17 20:37:00 +0000
commit7d01a8dbe2a330748b028cd9c8cb8664a18979e4 (patch)
tree4f9e09de1b997bbb5ed57595eee615ba3a468fe0 /audio/dumb
parent7651ab5ec9e05b026cc93d12cc6fd00450454e9a (diff)
downloadports-7d01a8dbe2a330748b028cd9c8cb8664a18979e4.tar.gz
ports-7d01a8dbe2a330748b028cd9c8cb8664a18979e4.zip
Notes
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 69b444f5a6ae..f8a231918cc8 100644
--- a/audio/dumb/Makefile
+++ b/audio/dumb/Makefile
@@ -21,7 +21,7 @@ ALLEGRO_DESC= Enable allegro support
LIB_DEPENDS+= alleg:${PORTSDIR}/devel/allegro
PLIST_SUB+= ALLEGRO=""
MAKE_ARGS= _PORT_ALLEGRO_CFLAGS="`allegro-config --cflags`"
-MAKE_ARGS+= LINK_ALLEGRO="-lm -L${LOCALBASE}/lib -lalleg ${LOCALBASE}/lib/liballeg_unsharable.a"
+MAKE_ARGS+= LINK_ALLEGRO="-lm -L${LOCALBASE}/lib -lalleg"
PKGNAMESUFFIX= -allegro
CONFLICTS= dumb-[0-9]*
.else