svn commit: r414396 - head/devel/libpff

Antoine Brodin antoine at FreeBSD.org
Sun May 1 07:52:43 UTC 2016


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 at 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


More information about the svn-ports-all mailing list