diff options
author | stas <stas@FreeBSD.org> | 2010-04-11 18:05:19 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2010-04-11 18:05:19 +0800 |
commit | a6f4e8e0aa1fe79082d1e00c410735015d498e09 (patch) | |
tree | d252f01a9602b70698225d0491468c78edca6ba0 | |
parent | 382cba175d69d2cce10faf91694c506270d4de51 (diff) | |
download | freebsd-ports-gnome-a6f4e8e0aa1fe79082d1e00c410735015d498e09.tar.gz freebsd-ports-gnome-a6f4e8e0aa1fe79082d1e00c410735015d498e09.tar.zst freebsd-ports-gnome-a6f4e8e0aa1fe79082d1e00c410735015d498e09.zip |
- Fix package building (previously not all files were included).
-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 |