diff options
author | mva <mva@FreeBSD.org> | 2013-12-08 21:36:11 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-08 21:36:11 +0800 |
commit | 8f9d40aed4697a0028d2e118aec1c8304c67b0f6 (patch) | |
tree | 65009e1d6ec2be681cc70e5fc3867accc60d8ac6 /x11-clocks | |
parent | c6bfc91eb93bcf15b0e47d5b8f33f304f672f987 (diff) | |
download | freebsd-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/Makefile | 4 |
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: |