svn commit: r384224 - head/x11-fm/rodent

Rodrigo Osorio rodrigo at FreeBSD.org
Sat Apr 18 12:41:47 UTC 2015


Author: rodrigo
Date: Sat Apr 18 12:41:46 2015
New Revision: 384224
URL: https://svnweb.freebsd.org/changeset/ports/384224

Log:
  Replace wrong dependencie from japanese/gawk to lang/gawk.
  Bump port revision.
  Reported by marino

Modified:
  head/x11-fm/rodent/Makefile

Modified: head/x11-fm/rodent/Makefile
==============================================================================
--- head/x11-fm/rodent/Makefile	Sat Apr 18 12:37:22 2015	(r384223)
+++ head/x11-fm/rodent/Makefile	Sat Apr 18 12:41:46 2015	(r384224)
@@ -3,7 +3,7 @@
 
 PORTNAME=	rodent
 PORTVERSION=	5.2.9
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-fm
 MASTER_SITES=	SF/xffm/rodent/
 
@@ -12,7 +12,7 @@ COMMENT=	Fast, small and powerful file m
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	gawk:${PORTSDIR}/japanese/gawk \
+BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk \
 		bash:${PORTSDIR}/shells/bash \
 		intltoolize:${PORTSDIR}/textproc/intltool
 LIB_DEPENDS=	libcairo.so:${PORTSDIR}/graphics/cairo \


More information about the svn-ports-all mailing list