svn commit: r325654 - head/audio/gtick

Baptiste Daroussin bapt at FreeBSD.org
Fri Aug 30 02:03:47 UTC 2013


Author: bapt
Date: Fri Aug 30 02:03:46 2013
New Revision: 325654
URL: http://svnweb.freebsd.org/changeset/ports/325654

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/audio/gtick/Makefile

Modified: head/audio/gtick/Makefile
==============================================================================
--- head/audio/gtick/Makefile	Fri Aug 30 01:59:58 2013	(r325653)
+++ head/audio/gtick/Makefile	Fri Aug 30 02:03:46 2013	(r325654)
@@ -14,6 +14,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	sndfile:${PORTSDIR}/audio/libsndfile \
 		pulse-simple:${PORTSDIR}/audio/pulseaudio
 
+USES=		pkgconfig
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list