diff options
author | olgeni <olgeni@FreeBSD.org> | 2012-04-17 06:36:56 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2012-04-17 06:36:56 +0800 |
commit | 43fe610a7dc92b48869d2bd0ff816bfdc4d3e644 (patch) | |
tree | 06611fcb19dc5261126b9c7d09fa61ae98716b30 /lang/Makefile | |
parent | aa1923aba3eb008ec5717227e13ef932791cae01 (diff) | |
download | freebsd-ports-gnome-43fe610a7dc92b48869d2bd0ff816bfdc4d3e644.tar.gz freebsd-ports-gnome-43fe610a7dc92b48869d2bd0ff816bfdc4d3e644.tar.zst freebsd-ports-gnome-43fe610a7dc92b48869d2bd0ff816bfdc4d3e644.zip |
Add the actual racket-textual port after repocopy. It provides a
text-only version of lang/racket, without X11 build dependencies.
A separate port is requires since racket-textual is actually a
different distfile upstream.
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 ccc4cab5db19..ae40e7784001 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -284,6 +284,7 @@ SUBDIR += qore SUBDIR += qscheme SUBDIR += racket + SUBDIR += racket-textual SUBDIR += rakudo SUBDIR += ratfor SUBDIR += rexx-imc |