svn commit: r324593 - head/sysutils/gkrellm2

Hajimu UMEMOTO ume at FreeBSD.org
Sun Aug 11 15:23:51 UTC 2013


Author: ume
Date: Sun Aug 11 15:23:50 2013
New Revision: 324593
URL: http://svnweb.freebsd.org/changeset/ports/324593

Log:
  - Add USES+=pkgconfig to fix build. [1]
  - Convert USE_GMAKE=yes to USES+=gmake.
  - Use WWW: with a single space to make portlint happy.
  
  PR:		ports/181098 [1]
  Submitted by:	CyberLeo <cyberleo__at__cyberleo.net> [1]

Modified:
  head/sysutils/gkrellm2/Makefile
  head/sysutils/gkrellm2/pkg-descr

Modified: head/sysutils/gkrellm2/Makefile
==============================================================================
--- head/sysutils/gkrellm2/Makefile	Sun Aug 11 14:58:18 2013	(r324592)
+++ head/sysutils/gkrellm2/Makefile	Sun Aug 11 15:23:50 2013	(r324593)
@@ -14,8 +14,8 @@ COMMENT=	A GTK based system monitor
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES+=		gmake pkgconfig
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_RC_SUBR=	gkrellmd
 WANT_GNOME=	yes
 

Modified: head/sysutils/gkrellm2/pkg-descr
==============================================================================
--- head/sysutils/gkrellm2/pkg-descr	Sun Aug 11 14:58:18 2013	(r324592)
+++ head/sysutils/gkrellm2/pkg-descr	Sun Aug 11 15:23:50 2013	(r324593)
@@ -4,5 +4,5 @@ With a single process, GKrellM manages m
 applying themes to match the monitors appearance to your window manager,
 Gtk, or any other theme.
 
-Author:	Bill Wilson bill at gkrellm.net
-WWW:    http://gkrellm.net
+Author: Bill Wilson bill at gkrellm.net
+WWW: http://gkrellm.net


More information about the svn-ports-head mailing list