don't let libewf pick up libuuid

This commit is contained in:
sthen 2016-11-07 08:41:34 +00:00
parent 477147a2e5
commit c24fe964ae

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/10/26 05:45:26 rpointel Exp $
# $OpenBSD: Makefile,v 1.2 2016/11/07 08:41:34 sthen Exp $
COMMENT = access the Expert Witness Compression Format
VERSION = 20160424
REVISION = 0
DISTNAME = libewf-experimental-${VERSION}
PKGNAME = libewf-${VERSION}
@ -29,7 +30,8 @@ LIB_DEPENDS += devel/libbfio \
CONFIGURE_STYLE = simple
CONFIGURE_ARGS += --mandir=${PREFIX}/man \
--enable-python \
--with-pyprefix=${LOCALBASE}
--with-pyprefix=${LOCALBASE} \
--with-libuuid=no
WRKDIST = ${WRKDIR}/${PKGNAME}