diff options
author | wg <wg@FreeBSD.org> | 2013-07-03 20:44:17 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-07-03 20:44:17 +0800 |
commit | 05ef618682de46f8007c96a074c3b17d3589b41f (patch) | |
tree | ef2ab46add90cb5625425863079dda3687699ab6 /x11/florence | |
parent | 066039ce195ea072d3ee84e8d71dafcaf1b681bf (diff) | |
download | freebsd-ports-gnome-05ef618682de46f8007c96a074c3b17d3589b41f.tar.gz freebsd-ports-gnome-05ef618682de46f8007c96a074c3b17d3589b41f.tar.zst freebsd-ports-gnome-05ef618682de46f8007c96a074c3b17d3589b41f.zip |
x11/florence: fix run depends
- BUILD_DEPENDS is RUN_DEPENDS as well
- Add DOCS option
- Use OPTIONS_SUB
PR: ports/180113
Submitted by: nemysis <nemysis@gmx.ch> (maintainer)
Diffstat (limited to 'x11/florence')
-rw-r--r-- | x11/florence/Makefile | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/x11/florence/Makefile b/x11/florence/Makefile index ff126c099af7..a42999886bc6 100644 --- a/x11/florence/Makefile +++ b/x11/florence/Makefile @@ -4,7 +4,7 @@ PORTNAME= florence PORTVERSION= 0.6.0 CATEGORIES= x11 -MASTER_SITES= SF/florence/florence/${PORTVERSION} +MASTER_SITES= SF/florence/florence/${PORTVERSION}/ MAINTAINER= nemysis@gmx.ch COMMENT= Extensible scalable virtual keyboard @@ -14,9 +14,10 @@ LICENSE_COMB= dual LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify BUILD_DEPENDS= ${LOCALBASE}/libexec/at-spi2-registryd:${PORTSDIR}/accessibility/at-spi2-core +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USES= desktop-file-utils gettext iconv pathfix +USES= desktop-file-utils iconv pathfix USE_XORG= xtst xext USE_GNOME= gtk30 cairo intlhack gnomedocutils librsvg2 USE_GSTREAMER= yes @@ -31,16 +32,12 @@ MAN1= ${PORTNAME}.1 ${PORTNAME}_applet.1 PORTDOCS= AUTHORS ChangeLog NEWS README -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes -.include <bsd.port.options.mk> +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include <bsd.port.options.mk> post-patch: @${REINPLACE_CMD} -e 's|^Categories=.*|Categories=Application;Accessibility;System;|' \ |