Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2016 11:01:29 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424056 - head/devel/libchipcard
Message-ID:  <201610161101.u9GB1Tur039549@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Sun Oct 16 11:01:29 2016
New Revision: 424056
URL: https://svnweb.freebsd.org/changeset/ports/424056

Log:
  - Fix detection of PCSC library
  - Convert to USES=localbase

Modified:
  head/devel/libchipcard/Makefile

Modified: head/devel/libchipcard/Makefile
==============================================================================
--- head/devel/libchipcard/Makefile	Sun Oct 16 10:47:42 2016	(r424055)
+++ head/devel/libchipcard/Makefile	Sun Oct 16 11:01:29 2016	(r424056)
@@ -14,15 +14,11 @@ LICENSE=	LGPL21
 LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite \
 		libgwenhywfar.so:devel/gwenhywfar
 
-USES=		gmake libtool ssl
+USES=		gmake libtool localbase pkgconfig ssl
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV+=	aq_distrib_name="FreeBSD"
-CONFIGURE_ARGS+=--enable-release="yes" \
-		--with-pcsc-includes=${LOCALBASE}/include \
-		--with-pcsc-libs=${LOCALBASE}/lib
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+CONFIGURE_ARGS+=--enable-release="yes"
 INSTALL_TARGET=	install-strip
 
 PLIST_SUB=	GWEN_SHLIB_VER="${GWEN_SHLIB_VER}"



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