diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /deskutils/gnochm | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) |
Notes
Diffstat (limited to 'deskutils/gnochm')
-rw-r--r-- | deskutils/gnochm/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/deskutils/gnochm/Makefile b/deskutils/gnochm/Makefile index 9f61db26b376..81908cd5544f 100644 --- a/deskutils/gnochm/Makefile +++ b/deskutils/gnochm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnochm -# Date created: 25 November 2004 -# Whom: Radek Kozlowski <radek@raadradd.com> -# +# Created by: Radek Kozlowski <radek@raadradd.com> # $FreeBSD$ -# PORTNAME= gnochm PORTVERSION= 0.9.11 @@ -18,7 +14,8 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/chm/_chmlib.so:${PORTSDIR}/textproc/pychm RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras +USES= pathfix +USE_GNOME= gnomeprefix intlhack pygnome2 pygtk2 pygnomeextras GNU_CONFIGURE= yes USE_PYTHON= 2.2+ USE_GETTEXT= yes |