diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-19 23:04:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-19 23:04:48 +0000 |
commit | 831bda93e3074f001d7eb0f65f9eff5ebe6d8ca0 (patch) | |
tree | 679cf5b8591ebe77fa3aa4227eea0e0a16c2fdfe /deskutils/gnochm/Makefile | |
parent | 5e9a2c975965bbb3b21629c15e25b527ce2a162b (diff) |
- Update to 0.9.5
PR: ports/81274
Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=135658
Diffstat (limited to 'deskutils/gnochm/Makefile')
-rw-r--r-- | deskutils/gnochm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile index 42c366290bc3..8e068611e44d 100644 --- a/deskutils/gnochm/Makefile +++ b/deskutils/gnochm/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gnochm -PORTVERSION= 0.9.4 -PORTREVISION= 2 +PORTVERSION= 0.9.5 CATEGORIES= deskutils python gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +18,7 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 +USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygnomeextras USE_LIBTOOL_VER=15 USE_PYTHON= yes USE_REINPLACE= yes |