diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-08-09 18:41:41 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2015-08-09 18:41:41 +0000 |
commit | 49780fe60b70566c1a3e9ab805b2fe1a15d2696a (patch) | |
tree | c0e3531d04ab7bdd7a2035744b5f76b362e143eb /x11-fm | |
parent | 90bc8dd3a120016e1e85014c34d609d4ee3a7cfb (diff) | |
download | ports-49780fe60b70566c1a3e9ab805b2fe1a15d2696a.tar.gz ports-49780fe60b70566c1a3e9ab805b2fe1a15d2696a.zip |
Notes
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 |