diff options
author | obrien <obrien@FreeBSD.org> | 2007-09-18 10:48:52 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2007-09-18 10:48:52 +0800 |
commit | 16a10e1aaeb1b200142fcaabb102fc3a0d505714 (patch) | |
tree | 115cec0ebc0ab7fe4ae6ce9da77241b0500a7448 /lang/Makefile | |
parent | d12231df35beaeb02b0f66eb14636a420392fb4e (diff) | |
download | freebsd-ports-gnome-16a10e1aaeb1b200142fcaabb102fc3a0d505714.tar.gz freebsd-ports-gnome-16a10e1aaeb1b200142fcaabb102fc3a0d505714.tar.zst freebsd-ports-gnome-16a10e1aaeb1b200142fcaabb102fc3a0d505714.zip |
C99 modernization of the original Portable C Compiler by S. C. Johnson,
written in the late 70's.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 4c7d6c49b290..2cb89b5e9e71 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -210,6 +210,7 @@ SUBDIR += p5-v6 SUBDIR += parrot SUBDIR += pbasic + SUBDIR += pcc SUBDIR += pecl-perl SUBDIR += perl5 SUBDIR += perl5.8 |