Date: Tue, 25 Dec 2018 10:12:38 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488306 - head/net-im/pidgin-icyque Message-ID: <201812251012.wBPACcc9036846@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812251012.wBPACcc9036846>