don't let libewf pick up libuuid
This commit is contained in:
parent
477147a2e5
commit
c24fe964ae
@ -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
|
COMMENT = access the Expert Witness Compression Format
|
||||||
|
|
||||||
VERSION = 20160424
|
VERSION = 20160424
|
||||||
|
REVISION = 0
|
||||||
DISTNAME = libewf-experimental-${VERSION}
|
DISTNAME = libewf-experimental-${VERSION}
|
||||||
PKGNAME = libewf-${VERSION}
|
PKGNAME = libewf-${VERSION}
|
||||||
|
|
||||||
@ -29,7 +30,8 @@ LIB_DEPENDS += devel/libbfio \
|
|||||||
CONFIGURE_STYLE = simple
|
CONFIGURE_STYLE = simple
|
||||||
CONFIGURE_ARGS += --mandir=${PREFIX}/man \
|
CONFIGURE_ARGS += --mandir=${PREFIX}/man \
|
||||||
--enable-python \
|
--enable-python \
|
||||||
--with-pyprefix=${LOCALBASE}
|
--with-pyprefix=${LOCALBASE} \
|
||||||
|
--with-libuuid=no
|
||||||
|
|
||||||
WRKDIST = ${WRKDIR}/${PKGNAME}
|
WRKDIST = ${WRKDIR}/${PKGNAME}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user