svn commit: r414393 - head/devel/libesedb

Antoine Brodin antoine at FreeBSD.org
Sun May 1 07:50:20 UTC 2016


Author: antoine
Date: Sun May  1 07:50:18 2016
New Revision: 414393
URL: https://svnweb.freebsd.org/changeset/ports/414393

Log:
  Unbundle libfwnt

Modified:
  head/devel/libesedb/Makefile

Modified: head/devel/libesedb/Makefile
==============================================================================
--- head/devel/libesedb/Makefile	Sun May  1 07:49:41 2016	(r414392)
+++ head/devel/libesedb/Makefile	Sun May  1 07:50:18 2016	(r414393)
@@ -4,6 +4,7 @@
 PORTNAME=	libesedb
 # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH
 DISTVERSION=	experimental-20151213
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \
 		LOCAL/antoine
@@ -11,10 +12,13 @@ MASTER_SITES=	https://github.com/libyal/
 MAINTAINER=	antoine at FreeBSD.org
 COMMENT=	Library and tools to access the ESEDB format
 
-LICENSE=	LGPL3
+LICENSE=	LGPL3+
+
+LIB_DEPENDS=	libfwnt.so:devel/libfwnt
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE}
+CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE} \
+		--with-libfwnt=${LOCALBASE}
 USES=		gettext libtool pathfix python
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip


More information about the svn-ports-all mailing list