diff options
author | stas <stas@FreeBSD.org> | 2009-11-15 17:15:53 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2009-11-15 17:15:53 +0800 |
commit | 5696d927de90c59326dd7ccf4c1fd2c61e85071a (patch) | |
tree | e5189b14f63f646faf0066bb765523748b948271 /print/advi | |
parent | 3ef5a09cd6d94281c8662ebfc2ab878714aef987 (diff) | |
download | freebsd-ports-gnome-5696d927de90c59326dd7ccf4c1fd2c61e85071a.tar.gz freebsd-ports-gnome-5696d927de90c59326dd7ccf4c1fd2c61e85071a.tar.zst freebsd-ports-gnome-5696d927de90c59326dd7ccf4c1fd2c61e85071a.zip |
- Fix build after the ocaml-images update.
Reported by: erwin
Diffstat (limited to 'print/advi')
-rw-r--r-- | print/advi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile index d9fa11961273..46306963f59b 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -34,7 +34,7 @@ USE_GMAKE= yes ALL_TARGET= opt INSTALL_TARGET= installopt installman -CI_DEPEND= ${LOCALBASE}/${OCAML_LIBDIR}/camlimages/ci_core.a +CI_DEPEND= ${LOCALBASE}/${OCAML_LIBDIR}/camlimages/images.cmi MAN1= advi.1 post-extract: |