aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2013-12-08 21:36:11 +0800
committermva <mva@FreeBSD.org>2013-12-08 21:36:11 +0800
commit8f9d40aed4697a0028d2e118aec1c8304c67b0f6 (patch)
tree65009e1d6ec2be681cc70e5fc3867accc60d8ac6 /x11-clocks
parentc6bfc91eb93bcf15b0e47d5b8f33f304f672f987 (diff)
downloadfreebsd-ports-gnome-8f9d40aed4697a0028d2e118aec1c8304c67b0f6.tar.gz
freebsd-ports-gnome-8f9d40aed4697a0028d2e118aec1c8304c67b0f6.tar.zst
freebsd-ports-gnome-8f9d40aed4697a0028d2e118aec1c8304c67b0f6.zip
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Approved by: portmgr (blanket)
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: