diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 18:16:15 +0000 |
commit | c663eb84d61d805cf3d884912748c728228e1be5 (patch) | |
tree | 07d6b1b1d632ab65321d268042b2ca4bc8531aaa /x11/workrave/Makefile | |
parent | 0ff86cb0331839636945efdd21785d508ca99408 (diff) | |
download | FreeBSD-ports-c663eb84d61d805cf3d884912748c728228e1be5.zip FreeBSD-ports-c663eb84d61d805cf3d884912748c728228e1be5.tar.gz |
- 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/workrave/Makefile')
-rw-r--r-- | x11/workrave/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index b03f83b..04382dd 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -15,10 +15,9 @@ LICENSE= GPLv3 # (or later) BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>0:${PORTSDIR}/devel/py-cheetah LIB_DEPENDS= libgdome.so:${PORTSDIR}/textproc/gdome2 -USES= gettext gmake pathfix pkgconfig +USES= gettext gmake pathfix pkgconfig python USE_XORG= recordproto x11 xext xmu xscrnsaver xtst USE_GNOME= intlhack gconf2 gnomehier gtkmm24 -USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --enable-gconf --disable-gnome3 \ --disable-indicator |