diff options
author | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-03 19:45:15 +0800 |
commit | 3b0a0d13baed38ad5c20a1070b273c4d97ded219 (patch) | |
tree | 72aa00670740ea6ae0367286f97a98c3ed61f59c /lang/Makefile | |
parent | 9fa7040edc6ac61b45719260a2ffe58365fb9960 (diff) | |
download | freebsd-ports-graphics-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.gz freebsd-ports-graphics-3b0a0d13baed38ad5c20a1070b273c4d97ded219.tar.zst freebsd-ports-graphics-3b0a0d13baed38ad5c20a1070b273c4d97ded219.zip |
Convert all makefiles to new formats.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/lang/Makefile b/lang/Makefile index acd7dd37fca..d2d74761734 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,33 +1,33 @@ -# $Id: Makefile,v 1.38 1995/08/24 01:44:35 asami Exp $ +# $Id: Makefile,v 1.39 1995/10/03 02:57:01 erich Exp $ # - SUBDIR += Gofer - SUBDIR += STk - SUBDIR += Sather - SUBDIR += bwbasic - SUBDIR += eiffel - SUBDIR += elk - BROKEN += expect # no package file yet - SUBDIR += forth - SUBDIR += g77 - SUBDIR += gcl - BROKEN += gnat # not really broken, just requires existing gnat compiler - SUBDIR += guile-ii - SUBDIR += icon - SUBDIR += itcl - SUBDIR += logo - SUBDIR += mit-scheme - SUBDIR += p2c - SUBDIR += pTk - SUBDIR += pbasic - SUBDIR += perl5 - SUBDIR += python - SUBDIR += scheme48 - SUBDIR += schemetoc - SUBDIR += scm - SUBDIR += smalltalk - SUBDIR += tcl - SUBDIR += tcl74 - SUBDIR += tclX + SUBDIR += Gofer + SUBDIR += STk + SUBDIR += Sather + SUBDIR += bwbasic + SUBDIR += eiffel + SUBDIR += elk + BROKEN += expect # no package files yet + SUBDIR += forth + SUBDIR += g77 + SUBDIR += gcl + BROKEN += gnat # not really broken, just requires existing gnat compiler + SUBDIR += guile-ii + SUBDIR += icon + SUBDIR += itcl + SUBDIR += logo + SUBDIR += mit-scheme + SUBDIR += p2c + SUBDIR += pTk + SUBDIR += pbasic + SUBDIR += perl5 + SUBDIR += python + SUBDIR += scheme48 + SUBDIR += schemetoc + SUBDIR += scm + SUBDIR += smalltalk + SUBDIR += tcl + SUBDIR += tcl74 + SUBDIR += tclX .include <bsd.port.subdir.mk> |