diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 19:16:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 19:16:59 +0800 |
commit | a66e21775367b5210546bd6f5033e4dc499058e0 (patch) | |
tree | b30179e111b9cfb7077732fbc1e963fb690c7d8b | |
parent | 1c303062db89fe632bf73238475d69842c481580 (diff) | |
download | freebsd-ports-graphics-a66e21775367b5210546bd6f5033e4dc499058e0.tar.gz freebsd-ports-graphics-a66e21775367b5210546bd6f5033e4dc499058e0.tar.zst freebsd-ports-graphics-a66e21775367b5210546bd6f5033e4dc499058e0.zip |
Mark job unsafe
Remove indefinite article
-rw-r--r-- | textproc/xls2xml/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile index d07adcf4654..f8aeb259db1 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xls2xml -# Date created: 4 November 1999 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# +# Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ -# PORTNAME= xls2xml PORTVERSION= 1.0.0 @@ -14,11 +10,12 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITE_SUBDIR= sobomax MAINTAINER= ports@FreeBSD.org -COMMENT= A utility for converting MS Excel files to XML +COMMENT= Utility for converting MS Excel files to XML LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \ xml.5:${PORTSDIR}/textproc/libxml +MAKE_JOBS_UNSAFE= yes USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_LDCONFIG= yes |