diff options
author | mva <mva@FreeBSD.org> | 2014-10-20 02:16:15 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-20 02:16:15 +0800 |
commit | c663eb84d61d805cf3d884912748c728228e1be5 (patch) | |
tree | 07d6b1b1d632ab65321d268042b2ca4bc8531aaa /x11-clocks | |
parent | 0ff86cb0331839636945efdd21785d508ca99408 (diff) | |
download | freebsd-ports-gnome-c663eb84d61d805cf3d884912748c728228e1be5.tar.gz freebsd-ports-gnome-c663eb84d61d805cf3d884912748c728228e1be5.tar.zst freebsd-ports-gnome-c663eb84d61d805cf3d884912748c728228e1be5.zip |
- Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,
x11-fonts/, x11-toolkits and x11-wm to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/gdesklets-clock/Makefile | 2 | ||||
-rw-r--r-- | x11-clocks/gdesklets-ebichuclock/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/gdesklets-clock/Makefile b/x11-clocks/gdesklets-clock/Makefile index b212696f9a51..5fbe7718bbda 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= 2 +USES= python:2 SUB_FILES= pkg-message SUB_LIST= NAME="${NAME}" diff --git a/x11-clocks/gdesklets-ebichuclock/Makefile b/x11-clocks/gdesklets-ebichuclock/Makefile index e25990701582..27628a834857 100644 --- a/x11-clocks/gdesklets-ebichuclock/Makefile +++ b/x11-clocks/gdesklets-ebichuclock/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= gdesklets:${PORTSDIR}/deskutils/gdesklets \ WRKSRC= ${WRKDIR}/${PORTNAME} NO_BUILD= yes -USE_PYTHON= yes +USES= python SUB_FILES= pkg-message SUB_LIST= NAME="${NAME}" |