svn commit: r356490 - head/comms/xwota

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 4 13:12:07 UTC 2014


Author: amdmi3
Date: Wed Jun  4 13:12:07 2014
New Revision: 356490
URL: http://svnweb.freebsd.org/changeset/ports/356490
QAT: https://qat.redports.org/buildarchive/r356490/

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

Modified:
  head/comms/xwota/Makefile

Modified: head/comms/xwota/Makefile
==============================================================================
--- head/comms/xwota/Makefile	Wed Jun  4 13:10:01 2014	(r356489)
+++ head/comms/xwota/Makefile	Wed Jun  4 13:12:07 2014	(r356490)
@@ -14,10 +14,9 @@ COMMENT=	X version of who is on the air
 
 LICENSE=	GPLv2
 
-USES=		gmake pkgconfig
+USES=		gmake pkgconfig libtool
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	libtool
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-head mailing list