svn commit: r393815 - head/x11-fm/librfm

Rodrigo Osorio rodrigo at FreeBSD.org
Sun Aug 9 18:41:42 UTC 2015


Author: rodrigo
Date: Sun Aug  9 18:41:41 2015
New Revision: 393815
URL: https://svnweb.freebsd.org/changeset/ports/393815

Log:
  Fix dependencies : use lang/gawk instead of japanese/gawk

Modified:
  head/x11-fm/librfm/Makefile

Modified: head/x11-fm/librfm/Makefile
==============================================================================
--- head/x11-fm/librfm/Makefile	Sun Aug  9 18:38:51 2015	(r393814)
+++ head/x11-fm/librfm/Makefile	Sun Aug  9 18:41:41 2015	(r393815)
@@ -3,6 +3,7 @@
 
 PORTNAME=	librfm
 PORTVERSION=	5.3.14.6
+PORTREVISION=	1
 CATEGORIES=	x11-fm
 MASTER_SITES=	SF/xffm/${PORTVERSION}
 DISTNAME=	${PORTNAME}5-${PORTVERSION}
@@ -12,7 +13,7 @@ COMMENT=	Basic library used by some rfm 
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	gawk:${PORTSDIR}/japanese/gawk
+BUILD_DEPENDS=	gawk:${PORTSDIR}/lang/gawk
 LIB_DEPENDS=	libtubo.so:${PORTSDIR}/x11-fm/libtubo \
 		libdbh.so:${PORTSDIR}/databases/dbh \
 		libzip.so:${PORTSDIR}/archivers/libzip \
@@ -23,7 +24,7 @@ OPTIONS_DEFINE=	NLS
 CONFIGURE_ARGS+=--with-pkglibdata
 MAKE_JOB_UNSAFE=yes
 INSTALLS_ICONS=	yes
-USES=		gmake libtool:keepla pkgconfig tar:bzip2 gettext
+USES=		gettext gmake libtool:keepla pkgconfig tar:bzip2
 GNU_CONFIGURE=	yes
 USE_GNOME=	gtk20 intltool
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list