svn commit: r488306 - head/net-im/pidgin-icyque

Eugene Grosbein eugen at FreeBSD.org
Tue Dec 25 10:12:39 UTC 2018


Author: eugen
Date: Tue Dec 25 10:12:38 2018
New Revision: 488306
URL: https://svnweb.freebsd.org/changeset/ports/488306

Log:
  net/pidgin-icyque: style fixes
  
  *_DEPENDS order unchanged for sake of readability
  
  Reported by:	mat

Modified:
  head/net-im/pidgin-icyque/Makefile

Modified: head/net-im/pidgin-icyque/Makefile
==============================================================================
--- head/net-im/pidgin-icyque/Makefile	Tue Dec 25 09:30:19 2018	(r488305)
+++ head/net-im/pidgin-icyque/Makefile	Tue Dec 25 10:12:38 2018	(r488306)
@@ -16,15 +16,14 @@ RUN_DEPENDS=	pidgin:net-im/pidgin
 LIB_DEPENDS=	libjson-glib-1.0.so:devel/json-glib \
 		libpurple.so:net-im/libpurple
 
+USES=		gnome gmake localbase:ldflags pkgconfig
+
 PLIST_FILES=	lib/purple-2/libicyque.so
 
-USES=		gmake localbase:ldflags pkgconfig
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	EionRobb
 GH_PROJECT=	icyque
 GH_TAGNAME=	c70f9f8
-WRKSRC=		${WRKDIR}/${GH_PROJECT}-${GH_TAGNAME}
 
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list