diff options
author | stas <stas@FreeBSD.org> | 2009-01-09 00:12:38 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-01-09 00:12:38 +0800 |
commit | 1a85d9e49f556facd7e7e3e447d4c625f701c95c (patch) | |
tree | 10da45b296385e9c8f61009466deb67a899fb6e1 /lang/ocaml-camlidl | |
parent | 55e51ec679bfc740a20ec0163a53386fa5782c4b (diff) | |
download | freebsd-ports-gnome-1a85d9e49f556facd7e7e3e447d4c625f701c95c.tar.gz freebsd-ports-gnome-1a85d9e49f556facd7e7e3e447d4c625f701c95c.tar.zst freebsd-ports-gnome-1a85d9e49f556facd7e7e3e447d4c625f701c95c.zip |
- OCAMLWASH is not needed. In fact, it was not really used as the proper
name of variable is OCAML_WASH.
Spotted by: pav
Diffstat (limited to 'lang/ocaml-camlidl')
-rw-r--r-- | lang/ocaml-camlidl/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/ocaml-camlidl/Makefile b/lang/ocaml-camlidl/Makefile index abae0a37eb8a..4d49b980b2a8 100644 --- a/lang/ocaml-camlidl/Makefile +++ b/lang/ocaml-camlidl/Makefile @@ -20,7 +20,6 @@ MAINTAINER= stas@FreeBSD.org COMMENT= A stub code generator for using C/C++ libraries from ocaml USE_OCAML= yes -USE_OCAMLWASH= yes DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} |