diff options
author | vs <vs@FreeBSD.org> | 2005-09-12 18:19:16 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-09-12 18:19:16 +0800 |
commit | 7e767e03fbfcea1c927eb45b1985b560f0b1900a (patch) | |
tree | 83da976cc0d4a842f1eb7d0ddee005395c985dd3 /lang/Makefile | |
parent | a9387386f1db1995459fd37b7335f9894fe8f9c9 (diff) | |
download | freebsd-ports-gnome-7e767e03fbfcea1c927eb45b1985b560f0b1900a.tar.gz freebsd-ports-gnome-7e767e03fbfcea1c927eb45b1985b560f0b1900a.tar.zst freebsd-ports-gnome-7e767e03fbfcea1c927eb45b1985b560f0b1900a.zip |
Repocopy lang/ghc-doc to lang/ghc5-doc, shuffle lang/ghc6-doc to
lang/ghc-doc and track two dependencies.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 73178eb4e32e..ab1b0148099f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -83,7 +83,7 @@ SUBDIR += ghc SUBDIR += ghc-doc SUBDIR += ghc5 - SUBDIR += ghc6-doc + SUBDIR += ghc5-doc SUBDIR += glibstdc++28 SUBDIR += gnat SUBDIR += gnat-doc-html |