diff options
Diffstat (limited to 'devel/ocaml-pcre/Makefile')
-rw-r--r-- | devel/ocaml-pcre/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/devel/ocaml-pcre/Makefile b/devel/ocaml-pcre/Makefile index 9f122a3f23fe..d32d7d7a4278 100644 --- a/devel/ocaml-pcre/Makefile +++ b/devel/ocaml-pcre/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pcre -PORTVERSION= 4.31.0 +PORTVERSION= 4.33.0 CATEGORIES= devel MASTER_SITES= http://www.oefai.at/~markus/ocaml_sources/ MASTER_SITE_SUBDIR= pcre-ocaml @@ -15,15 +15,12 @@ DISTNAME= pcre-ocaml-${PORTVERSION} MAINTAINER= henrik.motakef@web.de -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ + ocamlfind:${PORTSDIR}/devel/ocaml-findlib LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre USE_GMAKE= yes MAKE_ENV= OCAML_LIB_INSTALL="${PREFIX}/lib/ocaml/site-lib/pcre" \ INCDIRS="${LOCALBASE}/include" LIBDIRS="${LOCALBASE}/lib" -post-install: - ${INSTALL_DATA} ${WRKSRC}/META ${PREFIX}/lib/ocaml/site-lib/pcre; \ - ${ECHO_CMD} "${PREFIX}/lib/ocaml/site-lib/pcre" >> ${PREFIX}/lib/ocaml/ld.conf - .include <bsd.port.mk> |