Commit graph

6 commits

Author SHA1 Message Date
riastradh
9e0c502480 Split BUILD_DEPENDS into TOOL_DEPENDS and BUILD_DEPENDS in mk/.
Build depends are target packages that are needed at build-time for,
e.g., static libraries to link against, header files to include, &c.
Tool depends are native packages that are needed at build-time for,
e.g., compilers/linkers/&c. to run.

ok agc
2013-05-09 23:37:25 +00:00
asau
442bd33a14 Remove possibly confusing variable assignment. 2010-12-26 14:23:47 +00:00
asau
b481152f18 Fortran is not Fortran-77 anymore. 2010-12-26 14:20:01 +00:00
adam
5365e9ea30 * Use LOCALBASE instead of PREFIX for PCC and Clang compiler detection
(otherwise Makefiles with mk/compiler.mk included fall back to GCC).
* Simplified compiler/clang.mk.
2010-11-03 18:05:05 +00:00
asau
00e9b1c1b3 Implement "fortran77" as alias for "fortran". 2010-07-30 07:58:58 +00:00
reed
edb3562456 For Portable C Compiler.
Add beginning of PKGSRC_COMPILER=pcc support.
Based on "sunpro".

Please help improve this. I have not tested with C++ or fortan.
2007-09-18 01:51:10 +00:00