diff options
author | marino <marino@FreeBSD.org> | 2013-08-14 19:17:15 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-08-14 19:17:15 +0800 |
commit | dec72916eb2f7b1915d1d9109d3228ffae0bad41 (patch) | |
tree | d293fbe8580de747ea0952d8044d0eb1258f4303 | |
parent | eed0ffe64ea171e8ceb0f6829f037d097a1d3dd9 (diff) | |
download | freebsd-ports-gnome-dec72916eb2f7b1915d1d9109d3228ffae0bad41.tar.gz freebsd-ports-gnome-dec72916eb2f7b1915d1d9109d3228ffae0bad41.tar.zst freebsd-ports-gnome-dec72916eb2f7b1915d1d9109d3228ffae0bad41.zip |
devel/ta-lib: Mark jobs unsafe
- trim headers
- remove indefinite article from comment
- replace USE_GMAKE
Approved by: bapt/culot (mentors, implicit)
-rw-r--r-- | devel/ta-lib/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/ta-lib/Makefile b/devel/ta-lib/Makefile index 36ab199240f1..507d7319a8f0 100644 --- a/devel/ta-lib/Makefile +++ b/devel/ta-lib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ta-lib -# Date created: Sun Jun 24 16:07:37 UTC 2007 -# Whom: Balwinder S "bsd" Dheeman <bsd@rubyforge.org> -# +# Created by: Balwinder S "bsd" Dheeman <bsd@rubyforge.org> # $FreeBSD$ -# PORTNAME= ta-lib PORTVERSION= 0.4.0 @@ -12,14 +8,16 @@ MASTER_SITES= SF DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= bdheeman@gmail.com -COMMENT= A UNIX, POSIX Library for Technical Analysis +COMMENT= UNIX, POSIX Library for Technical Analysis WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= libtool USE_LDCONFIG= yes +MAKE_JOBS_UNSAFE=yes + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|^LIBTOOL[ ]*=.*|LIBTOOL=${LIBTOOL}|g' |