Date: Thu, 28 Aug 2014 16:57:22 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366436 - head/devel/libpafe Message-ID: <201408281657.s7SGvMgA046213@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Aug 28 16:57:21 2014 New Revision: 366436 URL: http://svnweb.freebsd.org/changeset/ports/366436 QAT: https://qat.redports.org/buildarchive/r366436/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Modified: head/devel/libpafe/Makefile Modified: head/devel/libpafe/Makefile ============================================================================== --- head/devel/libpafe/Makefile Thu Aug 28 16:56:43 2014 (r366435) +++ head/devel/libpafe/Makefile Thu Aug 28 16:57:21 2014 (r366436) @@ -3,7 +3,7 @@ PORTNAME= libpafe PORTVERSION= 0.0.8 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://homepage3.nifty.com/slokar/pasori/ @@ -15,13 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= pkgconfig +USES= libtool pkgconfig PLIST_FILES= bin/felica_dump bin/pasori_test \ include/libpafe/felica_command.h \ include/libpafe/libpafe.h \ include/libpafe/pasori_command.h \ - lib/libpafe.a lib/libpafe.so lib/libpafe.la lib/libpafe.so.0 + lib/libpafe.a lib/libpafe.so lib/libpafe.so.0 \ + lib/libpafe.so.0.0.8 PLIST_DIRS= include/libpafe CONFIGURE_ENV+= LIBUSB_CFLAGS="-I/usr/include" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408281657.s7SGvMgA046213>