svn commit: r368284 - head/editors/nvi-devel
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Sep 15 18:30:50 UTC 2014
Author: amdmi3
Date: Mon Sep 15 18:30:49 2014
New Revision: 368284
URL: http://svnweb.freebsd.org/changeset/ports/368284
QAT: https://qat.redports.org/buildarchive/r368284/
Log:
- Drop .la files, no dependees require them
Approved by: portmgr blanket
Modified:
head/editors/nvi-devel/Makefile
head/editors/nvi-devel/pkg-plist
Modified: head/editors/nvi-devel/Makefile
==============================================================================
--- head/editors/nvi-devel/Makefile Mon Sep 15 18:30:46 2014 (r368283)
+++ head/editors/nvi-devel/Makefile Mon Sep 15 18:30:49 2014 (r368284)
@@ -3,7 +3,7 @@
PORTNAME= nvi
PORTVERSION= 1.81.6
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= editors
MASTER_SITES= http://garage.linux.student.kuleuven.be/~skimo/nvi/devel/ \
http://www.kotnet.org/~skimo/nvi/devel/
@@ -20,7 +20,7 @@ WIDECHAR_DESC= Enable wide-character sup
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USES= iconv libtool:keepla pkgconfig tar:bzip2
+USES= iconv libtool pkgconfig tar:bzip2
USE_BDB= 42+
CONFIGURE_ARGS+= --with-db-prefix=${LOCALBASE} \
--program-prefix=n
Modified: head/editors/nvi-devel/pkg-plist
==============================================================================
--- head/editors/nvi-devel/pkg-plist Mon Sep 15 18:30:46 2014 (r368283)
+++ head/editors/nvi-devel/pkg-plist Mon Sep 15 18:30:49 2014 (r368284)
@@ -2,7 +2,6 @@ bin/nex
bin/nvi
bin/nview
lib/libvi.a
-lib/libvi.la
lib/libvi.so
lib/libvi.so.0
lib/libvi.so.0.0.0
More information about the svn-ports-all
mailing list