aboutsummaryrefslogtreecommitdiffstats
path: root/lang/Makefile
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-07-05 22:08:49 +0800
committerjmz <jmz@FreeBSD.org>1995-07-05 22:08:49 +0800
commitdb03225a3eeab71b5dd0458ad9b20c8747910d26 (patch)
tree043bc357389d22ce138e6aa00de7542747738bcf /lang/Makefile
parent8f4d493683e8a3b757031b93379bcda5e56aa5fb (diff)
downloadfreebsd-ports-graphics-db03225a3eeab71b5dd0458ad9b20c8747910d26.tar.gz
freebsd-ports-graphics-db03225a3eeab71b5dd0458ad9b20c8747910d26.tar.zst
freebsd-ports-graphics-db03225a3eeab71b5dd0458ad9b20c8747910d26.zip
Remove nTk, add pTk
Convert the makefile to the new format
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile26
1 files changed, 22 insertions, 4 deletions
diff --git a/lang/Makefile b/lang/Makefile
index e05b0a32280..cdecf183d60 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,11 +1,29 @@
-# $Id: Makefile,v 1.32 1995/05/14 07:14:01 asami Exp $
+# $Id: Makefile,v 1.33 1995/06/21 10:47:38 asami Exp $
#
# BROKEN: expect (no package file yet)
# BROKEN: gnat (not really broken, just requires existing gnat compiler)
#
-SUBDIR= Gofer STk Sather elk forth g77 gcl guile-ii \
- icon itcl logo mit-scheme nTk p2c perl5 \
- scheme48 schemetoc scm smalltalk tcl tclX
+ SUBDIR += Gofer
+ SUBDIR += STk
+ SUBDIR += Sather
+ SUBDIR += elk
+ SUBDIR += forth
+ SUBDIR += g77
+ SUBDIR += gcl
+ SUBDIR += guile-ii
+ SUBDIR += icon
+ SUBDIR += itcl
+ SUBDIR += logo
+ SUBDIR += mit-scheme
+ SUBDIR += p2c
+ SUBDIR += pTk
+ SUBDIR += perl5
+ SUBDIR += scheme48
+ SUBDIR += schemetoc
+ SUBDIR += scm
+ SUBDIR += smalltalk
+ SUBDIR += tcl
+ SUBDIR += tclX
.include <bsd.port.subdir.mk>