diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-01-08 16:12:38 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-01-08 16:12:38 +0000 |
commit | 2a97629350a0b57e3ca2bd9dd33e3d8636d007a1 (patch) | |
tree | 4b1c6270e3f1e7064a19f4119139a6bb3e4f6889 | |
parent | - Fix plist (diff) |
- OCAMLWASH is not needed. In fact, it was not really used as the proper
name of variable is OCAML_WASH.
Spotted by: pav
Notes
Notes:
svn path=/head/; revision=225470
-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} |