diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-22 14:06:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-22 14:06:04 +0000 |
commit | 95dc5b97dcd027c0ea021995c9db7191f70050ce (patch) | |
tree | 1d7de8b49f114de2addb4a9bf6b5388e19482fc6 /lang/Makefile | |
parent | 8bf307c65183d1812cdb4cc0f723c5f792874149 (diff) | |
download | ports-95dc5b97dcd027c0ea021995c9db7191f70050ce.tar.gz ports-95dc5b97dcd027c0ea021995c9db7191f70050ce.zip |
flynn@energyhq.homeip.net wrote:
Dice is Matt Dillon's (yes, our FreeBSD guru :) portable 68000 C
Compiler. Found it odd that there's not a port for this, considering that the
author of the compiler is a FreeBSD commiter.
PR: 34449
Submitted by: flynn@energyhq.homeip.net
Notes
Notes:
svn path=/head/; revision=55084
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 7b3394288eb0..674f3222cf5e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -22,6 +22,7 @@ SUBDIR += crossgo32-f77 SUBDIR += cu-prolog SUBDIR += cyclone + SUBDIR += dice SUBDIR += dis SUBDIR += diveintopython SUBDIR += drscheme |