diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2010-04-11 10:05:19 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2010-04-11 10:05:19 +0000 |
commit | 40414c4a9bae608731e7fe1d8c9c7cd645a1624b (patch) | |
tree | bca8fa7f1f6751c20efcad5b0bd095312fd7a478 /graphics | |
parent | d77d7c470277d0a2046b4ecc8576ed884798e591 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ocaml-images/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 658b4efd9c68..f73a2ab46b2e 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -8,7 +8,7 @@ PORTNAME= images PORTVERSION= 3.0.2 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/caml-light/bazar-ocaml/ \ @@ -27,6 +27,7 @@ ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing USE_OCAML= yes USE_OCAML_FINDLIB= yes +USE_OCAMLFIND_PLIST= yes USE_OCAML_WASH= yes OCAML_PKGDIRS= camlimages USE_OCAML_LDCONFIG= yes |