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-fm | |
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-fm')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/rox-mime-editor/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/rox-session/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/twander/Makefile | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index e70b88904b78..0733af035a81 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -19,9 +19,8 @@ LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique RUN_DEPENDS= meld:${PORTSDIR}/textproc/meld \ yelp:${PORTSDIR}/x11/yelp -USES= gettext gmake libtool pathfix pkgconfig tar:xz +USES= gettext gmake libtool pathfix pkgconfig python tar:xz USE_GNOME= gnomedocutils gnomeprefix gnomevfs2 libgnomeui -USE_PYTHON= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INSTALLS_OMF= yes diff --git a/x11-fm/rox-mime-editor/Makefile b/x11-fm/rox-mime-editor/Makefile index 31ac5587e2a3..4814932e9040 100644 --- a/x11-fm/rox-mime-editor/Makefile +++ b/x11-fm/rox-mime-editor/Makefile @@ -13,8 +13,7 @@ COMMENT= MIME type editor for the ROX desktop RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib -USES= tar:bzip2 -USE_PYTHON= yes +USES= python tar:bzip2 do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} diff --git a/x11-fm/rox-session/Makefile b/x11-fm/rox-session/Makefile index a42478b07cad..0ac6512a4082 100644 --- a/x11-fm/rox-session/Makefile +++ b/x11-fm/rox-session/Makefile @@ -19,10 +19,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ WRKSRC= ${WRKDIR}/ROX-Session DATADIR= ${PREFIX}/apps/ROX-Session -USES= pkgconfig +USES= pkgconfig python USE_GNOME= gtk20 libxml2 USE_XORG= x11 xext xtst xxf86vm -USE_PYTHON= yes PORTDOCS= Changes DBUS-API README diff --git a/x11-fm/twander/Makefile b/x11-fm/twander/Makefile index d0b73c1cb32d..3c3ff2116801 100644 --- a/x11-fm/twander/Makefile +++ b/x11-fm/twander/Makefile @@ -13,7 +13,7 @@ COMMENT= Better Filesystem Browser BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter -USE_PYTHON= yes +USES= python OPTIONS_DEFINE= DOCS .include <bsd.port.options.mk> |