diff options
author | stas <stas@FreeBSD.org> | 2010-03-24 19:28:57 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-03-24 19:28:57 +0800 |
commit | 3830d0c5379c0645fe1c83c93e86fd4119b821c7 (patch) | |
tree | e69ed9b3ca1b7ea3b0d3c66517637f18697d5df6 /lang/Makefile | |
parent | 516deacad03f3b2f07d665fafcf8376451065ab5 (diff) | |
download | freebsd-ports-gnome-3830d0c5379c0645fe1c83c93e86fd4119b821c7.tar.gz freebsd-ports-gnome-3830d0c5379c0645fe1c83c93e86fd4119b821c7.tar.zst freebsd-ports-gnome-3830d0c5379c0645fe1c83c93e86fd4119b821c7.zip |
- Add lang/ocaml-autoconf, ocaml macros module for autoconf.
WWW: http://forge.ocamlcore.org/projects/ocaml-autoconf/
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 da6d74af0fdb..047d7061bf31 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -194,6 +194,7 @@ SUBDIR += nwcc SUBDIR += objc SUBDIR += ocaml + SUBDIR += ocaml-autoconf SUBDIR += ocaml-camlidl SUBDIR += ocaml-doc SUBDIR += ocaml-examples |