summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-12-08 13:36:11 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-12-08 13:36:11 +0000
commitefe165c4fd87c46a23a5ddc58c2af10fd5dd4a03 (patch)
tree65009e1d6ec2be681cc70e5fc3867accc60d8ac6 /x11-clocks
parent- Fix the usage of 'python' to get rid of the implicit lang/python (diff)
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=335893
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/gdesklets-clock/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/gdesklets-clock/Makefile b/x11-clocks/gdesklets-clock/Makefile
index e9ddb89c5b7d..9fdd8e8a91e6 100644
--- a/x11-clocks/gdesklets-clock/Makefile
+++ b/x11-clocks/gdesklets-clock/Makefile
@@ -13,7 +13,7 @@ COMMENT= Various clock displays for Gnome 2.x
RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets
-USE_PYTHON= yes
+USE_PYTHON= 2
SUB_FILES= pkg-message
SUB_LIST= NAME="${NAME}"
@@ -25,7 +25,7 @@ LANG= de fr pt sq sr sr@Latn sv
NO_STAGE= yes
do-build:
- @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
+ @${PYTHON_CMD} ${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC}
@${PATCH} ${WRKSRC}/Clock/__init__.py < ${FILESDIR}/Clock::__init__.py
do-install: