diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 16:35:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-24 16:35:30 +0000 |
commit | e71de09d6d165e87dd966a36ce44971dbc4d5cfc (patch) | |
tree | fe4ce18513a9d787d533353cb3f6be9d8eacc957 /finance | |
parent | 48606d8811175204655147f9fb366e86cdbf0e0a (diff) |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/libstocks/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/finance/libstocks/Makefile b/finance/libstocks/Makefile index ed1160ed2b32..c4d5b1c78d65 100644 --- a/finance/libstocks/Makefile +++ b/finance/libstocks/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libstocks -# Date created: this 7th day of January, 2002 -# Whom: Mikhail Teterin -# +# Created by: Mikhail Teterin # $FreeBSD$ -# PORTNAME= libstocks PORTVERSION= 0.5.0 @@ -15,6 +11,7 @@ COMMENT= A C library which can be used to fetch stocks quotes USE_LDCONFIG= yes REINPLACE_ARGS= -i "" +MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null post-patch: ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' \ |