aboutsummaryrefslogtreecommitdiff
path: root/lang/nbfc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-11-23 09:02:10 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-11-23 09:02:10 +0000
commite6473b7c922cc6aa34541a44454236fd41f0965d (patch)
tree2eb0dc7f7941489523f11f49c85fa6bad32350e6 /lang/nbfc
parent467406db2b3e02af90cb63c6dfb22b3bd77019b8 (diff)
downloadports-e6473b7c922cc6aa34541a44454236fd41f0965d.tar.gz
ports-e6473b7c922cc6aa34541a44454236fd41f0965d.zip
- Respect CC and CFLAGS
PR: 162538 Submitted by: Jan Beich <jbeich@tormail.net> Feature safe: yes
Notes
Notes: svn path=/head/; revision=286296
Diffstat (limited to 'lang/nbfc')
-rw-r--r--lang/nbfc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nbfc/Makefile b/lang/nbfc/Makefile
index b587d1217bd0..cf2a0fbdc2dc 100644
--- a/lang/nbfc/Makefile
+++ b/lang/nbfc/Makefile
@@ -18,7 +18,7 @@ MAN1= nbfc.1
PLIST_FILES= bin/nbfc
post-patch:
- ${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g;s|bison -y|yacc -|g' \
+ ${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g; s|bison -y|${YACC} -|g; s|gcc|${CC} ${CFLAGS}|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>