Date: Sun, 9 Aug 2015 18:41:41 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393815 - head/x11-fm/librfm Message-ID: <201508091841.t79IffMB072848@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508091841.t79IffMB072848>