svn commit: r326183 - head/japanese/tomoe

Antoine Brodin antoine at FreeBSD.org
Tue Sep 3 17:15:08 UTC 2013


Author: antoine
Date: Tue Sep  3 17:15:08 2013
New Revision: 326183
URL: http://svnweb.freebsd.org/changeset/ports/326183

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/japanese/tomoe/Makefile

Modified: head/japanese/tomoe/Makefile
==============================================================================
--- head/japanese/tomoe/Makefile	Tue Sep  3 17:13:27 2013	(r326182)
+++ head/japanese/tomoe/Makefile	Tue Sep  3 17:15:08 2013	(r326183)
@@ -18,7 +18,7 @@ COMMENT=	Tegaki Online MOji-ninshiki Eng
 
 USE_GNOME=	lthack gnomehack
 GNU_CONFIGURE=	yes
-USES=		gettext
+USES=		gettext pkgconfig
 USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_RUBY=	yes


More information about the svn-ports-head mailing list