Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 May 2016 07:52:42 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414396 - head/devel/libpff
Message-ID:  <201605010752.u417qg09063883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun May  1 07:52:42 2016
New Revision: 414396
URL: https://svnweb.freebsd.org/changeset/ports/414396

Log:
  - Remove unneeded USES=iconv
  - Allow building when libfwnt is installed

Modified:
  head/devel/libpff/Makefile

Modified: head/devel/libpff/Makefile
==============================================================================
--- head/devel/libpff/Makefile	Sun May  1 07:51:40 2016	(r414395)
+++ head/devel/libpff/Makefile	Sun May  1 07:52:42 2016	(r414396)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libpff
 DISTVERSION=	alpha-20120802
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/ \
 		LOCAL/antoine
@@ -11,11 +11,11 @@ MASTER_SITES=	https://googledrive.com/ho
 MAINTAINER=	antoine@FreeBSD.org
 COMMENT=	Library and tools to access the PFF and the OFF formats
 
-LICENSE=	LGPL3
+LICENSE=	LGPL3+
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE} ${ICONV_CONFIGURE_ARG}
-USES=		gettext iconv libtool pathfix python:2
+CONFIGURE_ARGS=	--enable-python --with-libintl-prefix=${LOCALBASE} --with-libfwnt=no
+USES=		gettext libtool pathfix python:2.7
 USE_LDCONFIG=	yes
 # Remove when configure gets LDFLAGS for python correctly
 LDFLAGS+=	-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605010752.u417qg09063883>