svn commit: r335940 - head/sysutils/freecolor

Tim Bishop tdb at FreeBSD.org
Sun Dec 8 20:42:12 UTC 2013


Author: tdb
Date: Sun Dec  8 20:42:12 2013
New Revision: 335940
URL: http://svnweb.freebsd.org/changeset/ports/335940

Log:
  - Fix build. Needs pkgconfig to find libstatgrab.

Modified:
  head/sysutils/freecolor/Makefile

Modified: head/sysutils/freecolor/Makefile
==============================================================================
--- head/sysutils/freecolor/Makefile	Sun Dec  8 20:19:30 2013	(r335939)
+++ head/sysutils/freecolor/Makefile	Sun Dec  8 20:42:12 2013	(r335940)
@@ -14,6 +14,7 @@ LIB_DEPENDS=	statgrab.8:${PORTSDIR}/deve
 GNU_CONFIGURE=	yes
 MAKE_ENV+=	INSTALL="${INSTALL}" INSTALL_PROGRAM="${INSTALL_PROGRAM}"
 PLIST_FILES=	bin/freecolor
+USES=		pkgconfig
 
 .if !defined(WITHOUT_SETGID)
 BINGRP?=	kmem


More information about the svn-ports-head mailing list