diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-10-04 16:07:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-10-04 16:07:03 +0000 |
commit | 2cc48370df73417756f6f1385ebf3592d0859d73 (patch) | |
tree | 35021983d1a10b665e3820f92da23d3f113f0403 /devel/libevtx/Makefile | |
parent | 7b710d372ba6442947e30091720a6d006839a954 (diff) |
Notes
Diffstat (limited to 'devel/libevtx/Makefile')
-rw-r--r-- | devel/libevtx/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/libevtx/Makefile b/devel/libevtx/Makefile index dfcd441389d4..1417c72a4d99 100644 --- a/devel/libevtx/Makefile +++ b/devel/libevtx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevtx -DISTVERSION= alpha-20150105 +DISTVERSION= alpha-20150928 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevtx/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -12,9 +12,11 @@ COMMENT= Library and tooling to access the Windows XML Event Log (EVTX) format LICENSE= LGPL3 +LIB_DEPENDS= libregf.so:${PORTSDIR}/devel/libregf + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG} -USES= gettext iconv libtool pathfix python +CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libregf=${LOCALBASE} +USES= gettext libtool pathfix python USE_LDCONFIG= yes INSTALL_TARGET= install-strip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} |