svn commit: r363367 - head/editors/morla

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jul 29 17:50:19 UTC 2014


Author: amdmi3
Date: Tue Jul 29 17:50:19 2014
New Revision: 363367
URL: http://svnweb.freebsd.org/changeset/ports/363367
QAT: https://qat.redports.org/buildarchive/r363367/

Log:
  - Switch to USES=libtool, drop .la files
  
  Approved by:	portmgr blanket

Modified:
  head/editors/morla/Makefile
  head/editors/morla/pkg-plist

Modified: head/editors/morla/Makefile
==============================================================================
--- head/editors/morla/Makefile	Tue Jul 29 17:38:19 2014	(r363366)
+++ head/editors/morla/Makefile	Tue Jul 29 17:50:19 2014	(r363367)
@@ -3,7 +3,7 @@
 
 PORTNAME=	morla
 PORTVERSION=	0.16.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	editors textproc
 MASTER_SITES=	http://www.morlardf.net/src/ \
 		http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/
@@ -25,7 +25,7 @@ GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-gconf=auto
-USES=		gettext pkgconfig
+USES=		gettext pkgconfig libtool
 USE_GNOME=	gconf2 libgtkhtml libxslt
 USE_LDCONFIG=	${PREFIX}/lib/${PORTNAME}
 

Modified: head/editors/morla/pkg-plist
==============================================================================
--- head/editors/morla/pkg-plist	Tue Jul 29 17:38:19 2014	(r363366)
+++ head/editors/morla/pkg-plist	Tue Jul 29 17:50:19 2014	(r363367)
@@ -2,7 +2,6 @@ bin/morla
 include/morla-module.h
 lib/morla/index.xml
 lib/morla/libmorla_test.a
-lib/morla/libmorla_test.la
 lib/morla/libmorla_test.so
 man/man1/morla.1.gz
 share/locale/it/LC_MESSAGES/morla.mo


More information about the svn-ports-head mailing list