diff options
author | asami <asami@FreeBSD.org> | 1996-12-19 08:19:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-19 08:19:07 +0800 |
commit | f4a311c33198a359a922d0731a7365b793d92181 (patch) | |
tree | 276b569b7eca9629e6639885335e2db26ef41ae4 | |
parent | 3e1f09418c64cf076fd3153333230958b5a47fee (diff) | |
download | freebsd-ports-gnome-f4a311c33198a359a922d0731a7365b793d92181.tar.gz freebsd-ports-gnome-f4a311c33198a359a922d0731a7365b793d92181.tar.zst freebsd-ports-gnome-f4a311c33198a359a922d0731a7365b793d92181.zip |
Add pgcc-current.
Forgetten-despite-my-repeated-warnings-by: andreas
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index b3e08de398d2..ad80561b2bca 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.58 1996/12/03 11:06:32 asami Exp $ +# $Id: Makefile,v 1.59 1996/12/04 08:03:09 obrien Exp $ # SUBDIR += Gofer @@ -27,6 +27,7 @@ SUBDIR += pbasic SUBDIR += perl5 SUBDIR += pgcc + SUBDIR += pgcc-current SUBDIR += python SUBDIR += rexx-imc SUBDIR += scheme48 |