diff options
author | Veniamin Gvozdikov <vg@FreeBSD.org> | 2013-10-17 17:13:37 +0000 |
---|---|---|
committer | Veniamin Gvozdikov <vg@FreeBSD.org> | 2013-10-17 17:13:37 +0000 |
commit | 28a776d85758aa889cfcd2f11eb863604dbaf6fd (patch) | |
tree | 44fd1389945513a3b28fbcd1158942dcaa8f2c8f /textproc | |
parent | 36675e166c8c73af84d5fd7928d38a713a93640b (diff) | |
download | ports-28a776d85758aa889cfcd2f11eb863604dbaf6fd.tar.gz ports-28a776d85758aa889cfcd2f11eb863604dbaf6fd.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libflate/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/libflate/Makefile b/textproc/libflate/Makefile index 6a8779fca54e..43fd54d23c57 100644 --- a/textproc/libflate/Makefile +++ b/textproc/libflate/Makefile @@ -12,6 +12,8 @@ COMMENT= Template library used to deal with html code in CGI applications PLIST_FILES= lib/${PORTNAME}.a \ bin/checktpl +MAKE_ARGS+= CC=${CC} + NO_STAGE= yes .include <bsd.port.pre.mk> |