svn commit: r342697 - head/archivers/liborange

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 5 13:37:35 UTC 2014


Author: bapt
Date: Wed Feb  5 13:37:34 2014
New Revision: 342697
URL: http://svnweb.freebsd.org/changeset/ports/342697
QAT: https://qat.redports.org/buildarchive/r342697/

Log:
  Convert to USES=libtool

Modified:
  head/archivers/liborange/Makefile
  head/archivers/liborange/pkg-plist

Modified: head/archivers/liborange/Makefile
==============================================================================
--- head/archivers/liborange/Makefile	Wed Feb  5 13:33:23 2014	(r342696)
+++ head/archivers/liborange/Makefile	Wed Feb  5 13:37:34 2014	(r342697)
@@ -21,9 +21,8 @@ INNO_DESC=		Build with expermential Inno
 VISE_DESC=		Build with expermential VISE support
 MSI_DESC=		Build with expermential MSI support
 
-USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
-USES=	iconv pathfix pkgconfig
+USES=	iconv libtool pathfix pkgconfig
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes

Modified: head/archivers/liborange/pkg-plist
==============================================================================
--- head/archivers/liborange/pkg-plist	Wed Feb  5 13:33:23 2014	(r342696)
+++ head/archivers/liborange/pkg-plist	Wed Feb  5 13:37:34 2014	(r342697)
@@ -5,5 +5,6 @@ lib/liborange.a
 lib/liborange.la
 lib/liborange.so
 lib/liborange.so.0
+lib/liborange.so.0.0.0
 libdata/pkgconfig/liborange.pc
 man/man1/orange.1.gz


More information about the svn-ports-head mailing list