diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 16:50:17 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 16:50:17 +0800 |
commit | d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058 (patch) | |
tree | 75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /deskutils/gnochm | |
parent | dc3d0650673d81132ee89d472a4c21d49328fa91 (diff) | |
download | freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.gz freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.zst freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.zip |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'deskutils/gnochm')
-rw-r--r-- | deskutils/gnochm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile index f413c35303ec..6ef338da73a8 100644 --- a/deskutils/gnochm/Makefile +++ b/deskutils/gnochm/Makefile @@ -13,11 +13,10 @@ COMMENT= GNOME viewer for CHM files BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= desktop-file-utils gettext gmake pathfix shared-mime-info +USES= desktop-file-utils gettext gmake pathfix python shared-mime-info USE_GNOME= gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-mime-update -USE_PYTHON= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |