svn commit: r518450 - head/irc/weechat

Bernard Spil brnrd at FreeBSD.org
Tue Nov 26 07:13:43 UTC 2019


Author: brnrd
Date: Tue Nov 26 07:13:42 2019
New Revision: 518450
URL: https://svnweb.freebsd.org/changeset/ports/518450

Log:
  irc/weechat: Fix clobbering USES
  
  Reported by:	mat

Modified:
  head/irc/weechat/Makefile

Modified: head/irc/weechat/Makefile
==============================================================================
--- head/irc/weechat/Makefile	Tue Nov 26 07:12:45 2019	(r518449)
+++ head/irc/weechat/Makefile	Tue Nov 26 07:13:42 2019	(r518450)
@@ -17,7 +17,6 @@ LIB_DEPENDS+=	libcurl.so:ftp/curl \
 		libgpg-error.so:security/libgpg-error
 
 USES=		cmake:noninja ncurses libtool tar:xz
-USES=		cmake:noninja ncurses libtool
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS=	-DLIBDATADIR=${LOCALBASE}/libdata


More information about the svn-ports-head mailing list