diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-05-01 07:20:26 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-05-01 07:20:26 +0000 |
commit | 469eb887d2ac5ddfe413dc7eced574ffaabd2de3 (patch) | |
tree | 3c81cc0ffaaf632fba66bec68f8bf81510a56c5b /x11-fm | |
parent | e03190b60836e7ad054fc96d6b61c78ee73c5172 (diff) | |
download | ports-469eb887d2ac5ddfe413dc7eced574ffaabd2de3.tar.gz ports-469eb887d2ac5ddfe413dc7eced574ffaabd2de3.zip |
Notes
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> |