svn commit: r322551 - head/deskutils/deskbar-applet

Baptiste Daroussin bapt at FreeBSD.org
Tue Jul 9 09:03:46 UTC 2013


Author: bapt
Date: Tue Jul  9 09:03:45 2013
New Revision: 322551
URL: http://svnweb.freebsd.org/changeset/ports/322551

Log:
  Remove useless USE_DISPLAY
  While here convert USE_GMAKE to USES=gmake

Modified:
  head/deskutils/deskbar-applet/Makefile

Modified: head/deskutils/deskbar-applet/Makefile
==============================================================================
--- head/deskutils/deskbar-applet/Makefile	Tue Jul  9 09:01:41 2013	(r322550)
+++ head/deskutils/deskbar-applet/Makefile	Tue Jul  9 09:03:45 2013	(r322551)
@@ -16,11 +16,9 @@ BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/dbus
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus
 
 USE_BZIP2=	yes
-USES=		pathfix gettext
+USES=		pathfix gettext gmake
 USE_GNOME=	gnomeprefix pygnomedesktop intlhack
 USE_PYTHON=	yes
-USE_GMAKE=	yes
-USE_DISPLAY=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 INSTALLS_OMF=	yes


More information about the svn-ports-all mailing list