diff options
Diffstat (limited to 'converters/xlhtml')
-rw-r--r-- | converters/xlhtml/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/converters/xlhtml/Makefile b/converters/xlhtml/Makefile index 6ab9f1f2043..cb1bd839feb 100644 --- a/converters/xlhtml/Makefile +++ b/converters/xlhtml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2008/07/14 12:56:00 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2012/02/07 06:41:57 sbd Exp $ # DISTNAME= xlhtml-0.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= converters MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=chicago/} EXTRACT_SUFX= .tgz @@ -14,7 +14,10 @@ COMMENT= Microsoft xls/ppt to HTML converter PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= YES -USE_TOOLS+= gmake +USE_TOOLS+= gmake csh:run + +REPLACE_CSH= xlhtml/nsxlview xlhtml/nsopen xlhtml/gpdemo +REPLACE_CSH+= ppthtml/nspptview # fabs LIBS.SunOS+= -lm |