svn commit: r325963 - head/comms/gtkmmorse

Baptiste Daroussin bapt at FreeBSD.org
Mon Sep 2 09:50:22 UTC 2013


Author: bapt
Date: Mon Sep  2 09:50:21 2013
New Revision: 325963
URL: http://svnweb.freebsd.org/changeset/ports/325963

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/comms/gtkmmorse/Makefile

Modified: head/comms/gtkmmorse/Makefile
==============================================================================
--- head/comms/gtkmmorse/Makefile	Mon Sep  2 09:45:05 2013	(r325962)
+++ head/comms/gtkmmorse/Makefile	Mon Sep  2 09:50:21 2013	(r325963)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	morse
-# Date created:		2012-04-26
-# Whom:			Stephen Hurd <shurd at sasktel.net>
-#
+# Created by: Stephen Hurd <shurd at sasktel.net>
 # $FreeBSD$
-#
 
 PORTNAME=	gtkmmorse
 PORTVERSION=	0.9.27
@@ -20,6 +16,7 @@ LIB_DEPENDS=	ao:${PORTSDIR}/audio/libao 
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
+USES=		pkgconfig
 
 PLIST_FILES=	bin/gtkmmorse
 MAN1=		gtkmmorse.1


More information about the svn-ports-head mailing list