Date: Sun, 2 Feb 2014 17:15:01 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342343 - head/deskutils/vboxgtk Message-ID: <201402021715.s12HF1Pe045818@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Feb 2 17:15:01 2014 New Revision: 342343 URL: http://svnweb.freebsd.org/changeset/ports/342343 QAT: https://qat.redports.org/buildarchive/r342343/ Log: - Stage support - Use PYDISTUTILS_AUTOPLIST Deleted: head/deskutils/vboxgtk/pkg-plist Modified: head/deskutils/vboxgtk/Makefile Modified: head/deskutils/vboxgtk/Makefile ============================================================================== --- head/deskutils/vboxgtk/Makefile Sun Feb 2 17:14:17 2014 (r342342) +++ head/deskutils/vboxgtk/Makefile Sun Feb 2 17:15:01 2014 (r342343) @@ -14,19 +14,14 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/xpcom/ 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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402021715.s12HF1Pe045818>