Summary: | sysutils/gkrellm2 needs pkgconfig | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | cyberleo | ||||
Component: | Individual Port(s) | Assignee: | Hajimu UMEMOTO <ume> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
cyberleo
2013-08-07 02:50:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->ume Over to maintainer (via the GNATS Auto Assign Tool) 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@gkrellm.net -WWW: http://gkrellm.net +Author: Bill Wilson bill@gkrellm.net +WWW: http://gkrellm.net _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Thanks, committed! |