Date: Sat, 2 Nov 2013 15:20:15 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332497 - head/deskutils/rednotebook Message-ID: <201311021520.rA2FKFdW025492@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sat Nov 2 15:20:14 2013 New Revision: 332497 URL: http://svnweb.freebsd.org/changeset/ports/332497 Log: deskutils/rednotebook: allow staging - Allow stating [1] (based on) - USES desktop-file-utils PR: ports/183581 Submitted by: Hon-Yu Lawrence Cheung <cheunghonyu gmail.com> (maintainer) Deleted: head/deskutils/rednotebook/pkg-plist Modified: head/deskutils/rednotebook/Makefile Modified: head/deskutils/rednotebook/Makefile ============================================================================== --- head/deskutils/rednotebook/Makefile Sat Nov 2 15:14:35 2013 (r332496) +++ head/deskutils/rednotebook/Makefile Sat Nov 2 15:20:14 2013 (r332497) @@ -18,12 +18,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml ${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils \ ${PYTHON_PKGNAMEPREFIX}chardet>0:${PORTSDIR}/textproc/py-chardet -USES= gettext +USES= desktop-file-utils gettext INSTALLS_ICONS= yes USE_GNOME= pygtk2 USE_PYTHON= -2.7 USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311021520.rA2FKFdW025492>