svn commit: r334744 - head/deskutils/gdesklets-starterbar

Marcus von Appen mva at FreeBSD.org
Sun Nov 24 16:21:08 UTC 2013


Author: mva
Date: Sun Nov 24 16:21:08 2013
New Revision: 334744
URL: http://svnweb.freebsd.org/changeset/ports/334744

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency

Modified:
  head/deskutils/gdesklets-starterbar/Makefile

Modified: head/deskutils/gdesklets-starterbar/Makefile
==============================================================================
--- head/deskutils/gdesklets-starterbar/Makefile	Sun Nov 24 16:17:00 2013	(r334743)
+++ head/deskutils/gdesklets-starterbar/Makefile	Sun Nov 24 16:21:08 2013	(r334744)
@@ -26,7 +26,7 @@ LANG=		ca cs de en_CA en_GB es fr hr nl 
 
 NO_STAGE=	yes
 do-build:
-	@${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
+	@${PYTHON_CMD} ${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
 
 do-install:
 	@${MKDIR} ${DATADIR}/Displays/${NAME}


More information about the svn-ports-head mailing list