diff options
Diffstat (limited to 'deskutils/vboxgtk/Makefile')
-rw-r--r-- | deskutils/vboxgtk/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/deskutils/vboxgtk/Makefile b/deskutils/vboxgtk/Makefile index 5d0693248434..307cfbe8d384 100644 --- a/deskutils/vboxgtk/Makefile +++ b/deskutils/vboxgtk/Makefile @@ -14,19 +14,14 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xpcom/vboxxpcom.py:${PORTSDIR}/emulators/virtu USE_PYTHON= yes USE_GNOME= gtk30 pygtk2 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS -NO_STAGE= 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: .if ! ${PORT_OPTIONS:MNLS} |