diff options
author | rodrigo <rodrigo@FreeBSD.org> | 2015-08-10 02:41:41 +0800 |
---|---|---|
committer | rodrigo <rodrigo@FreeBSD.org> | 2015-08-10 02:41:41 +0800 |
commit | 73d63e14cc0c4f758292e8bf8632371e6d9d8ac7 (patch) | |
tree | c0e3531d04ab7bdd7a2035744b5f76b362e143eb /x11-fm | |
parent | 0cd613ad413922c1d81fa2cde0f5b578fb0d9d83 (diff) | |
download | freebsd-ports-gnome-73d63e14cc0c4f758292e8bf8632371e6d9d8ac7.tar.gz freebsd-ports-gnome-73d63e14cc0c4f758292e8bf8632371e6d9d8ac7.tar.zst freebsd-ports-gnome-73d63e14cc0c4f758292e8bf8632371e6d9d8ac7.zip |
Fix dependencies : use lang/gawk instead of japanese/gawk
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/librfm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/librfm/Makefile b/x11-fm/librfm/Makefile index 8f2703c34693..64e08a4c23cd 100644 --- a/x11-fm/librfm/Makefile +++ b/x11-fm/librfm/Makefile @@ -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 applications 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 |