diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 13:36:11 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2013-12-08 13:36:11 +0000 |
commit | efe165c4fd87c46a23a5ddc58c2af10fd5dd4a03 (patch) | |
tree | 65009e1d6ec2be681cc70e5fc3867accc60d8ac6 /x11-clocks | |
parent | 8d46303f7648363117a8529598e00d15935b8cb9 (diff) | |
download | ports-efe165c4fd87c46a23a5ddc58c2af10fd5dd4a03.tar.gz ports-efe165c4fd87c46a23a5ddc58c2af10fd5dd4a03.zip |
Notes
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: |