fix build: don't try to pick up ffmpeg; from brad@
This commit is contained in:
parent
412ed1398e
commit
8cb3028eee
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.3 2007/05/08 15:16:37 naddy Exp $
|
# $OpenBSD: Makefile,v 1.4 2007/05/29 22:57:41 naddy Exp $
|
||||||
COMMENT= "Decoding Library for KDE Multimedia"
|
COMMENT= "Decoding Library for KDE Multimedia"
|
||||||
|
|
||||||
DISTNAME= akode-2.0.2
|
DISTNAME= akode-2.0.2
|
||||||
@ -35,6 +35,7 @@ CONFIGURE_STYLE= autoconf
|
|||||||
AUTOCONF_VERSION= 2.60
|
AUTOCONF_VERSION= 2.60
|
||||||
CONFIGURE= /bin/sh ${WRKDIST}/admin/cvs.sh configure
|
CONFIGURE= /bin/sh ${WRKDIST}/admin/cvs.sh configure
|
||||||
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
|
CONFIGURE_ARGS+= --with-extra-includes=${LOCALBASE}/include \
|
||||||
--with-extra-libs=${LOCALBASE}/lib
|
--with-extra-libs=${LOCALBASE}/lib \
|
||||||
|
--without-ffmpeg
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user