diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-01 15:20:26 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-01 15:20:26 +0800 |
commit | 242d0e1d4524554d014526dd0f1d7d2516029a75 (patch) | |
tree | 3c81cc0ffaaf632fba66bec68f8bf81510a56c5b /x11-fm | |
parent | 8df8521680bf1d99f3c889ee8da7e9a7e88d5442 (diff) | |
download | freebsd-ports-gnome-242d0e1d4524554d014526dd0f1d7d2516029a75.tar.gz freebsd-ports-gnome-242d0e1d4524554d014526dd0f1d7d2516029a75.tar.zst freebsd-ports-gnome-242d0e1d4524554d014526dd0f1d7d2516029a75.zip |
- conversion to USES framework for gettext
Approved by: portmgr (bapt@)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/thunar-vfs/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-fm/thunar-vfs/Makefile b/x11-fm/thunar-vfs/Makefile index 2120a4d30162..347daf8c2112 100644 --- a/x11-fm/thunar-vfs/Makefile +++ b/x11-fm/thunar-vfs/Makefile @@ -22,10 +22,10 @@ USE_AUTOTOOLS= libtool USE_PERL5= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomehack glib20 gtk20 intltool intlhack +USE_GNOME= glib20 gtk20 intltool intlhack USE_XFCE= configenv libutil libexo USE_XORG= x11 -USES= pkgconfig +USES= pkgconfig pathfix CONFIGURE_ARGS= --disable-debug @@ -35,10 +35,10 @@ OPTIONS_DEFAULT= NLS HAL DBUS STARTUP APIDOCS APIDOCS_DESC= Install api documentation STARTUP_DESC= Enable startup notification support -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else @@ -86,4 +86,4 @@ PLIST_SUB+= APIDOCS="@comment " post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure -.include <bsd.port.post.mk> +.include <bsd.port.mk> |